Changed up startup animation

This commit is contained in:
Paul Norberger
2020-04-20 23:24:42 +02:00
parent e682e5dc25
commit 84e5a9080f
13 changed files with 4478 additions and 139 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.3 MiB

View File

@@ -0,0 +1,34 @@
[remap]
importer="texture"
type="StreamTexture"
path="res://.import/begin-0.png-2b3b3b447248cd34b82507b732f2bc6c.stex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Menus/Startup/Frames/begin-0.png"
dest_files=[ "res://.import/begin-0.png-2b3b3b447248cd34b82507b732f2bc6c.stex" ]
[params]
compress/mode=0
compress/lossy_quality=0.7
compress/hdr_mode=0
compress/bptc_ldr=0
compress/normal_map=0
flags/repeat=0
flags/filter=false
flags/mipmaps=false
flags/anisotropic=false
flags/srgb=2
process/fix_alpha_border=true
process/premult_alpha=false
process/HDR_as_SRGB=false
process/invert_color=false
stream=false
size_limit=0
detect_3d=false
svg/scale=1.0

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 MiB

View File

@@ -0,0 +1,34 @@
[remap]
importer="texture"
type="StreamTexture"
path="res://.import/begin-1.png-96957f585e0f0035a291c2e2d6581f48.stex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Menus/Startup/Frames/begin-1.png"
dest_files=[ "res://.import/begin-1.png-96957f585e0f0035a291c2e2d6581f48.stex" ]
[params]
compress/mode=0
compress/lossy_quality=0.7
compress/hdr_mode=0
compress/bptc_ldr=0
compress/normal_map=0
flags/repeat=0
flags/filter=false
flags/mipmaps=false
flags/anisotropic=false
flags/srgb=2
process/fix_alpha_border=true
process/premult_alpha=false
process/HDR_as_SRGB=false
process/invert_color=false
stream=false
size_limit=0
detect_3d=false
svg/scale=1.0

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 MiB

View File

@@ -0,0 +1,34 @@
[remap]
importer="texture"
type="StreamTexture"
path="res://.import/loop-0.png-fe674daae191f3b0c1dfa88bbed3780d.stex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Menus/Startup/Frames/loop-0.png"
dest_files=[ "res://.import/loop-0.png-fe674daae191f3b0c1dfa88bbed3780d.stex" ]
[params]
compress/mode=0
compress/lossy_quality=0.7
compress/hdr_mode=0
compress/bptc_ldr=0
compress/normal_map=0
flags/repeat=0
flags/filter=false
flags/mipmaps=false
flags/anisotropic=false
flags/srgb=2
process/fix_alpha_border=true
process/premult_alpha=false
process/HDR_as_SRGB=false
process/invert_color=false
stream=false
size_limit=0
detect_3d=false
svg/scale=1.0

Binary file not shown.

After

Width:  |  Height:  |  Size: 1019 KiB

View File

@@ -0,0 +1,34 @@
[remap]
importer="texture"
type="StreamTexture"
path="res://.import/loop-1.png-a2c564388f7fdb59c11cc499d282cfd5.stex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Menus/Startup/Frames/loop-1.png"
dest_files=[ "res://.import/loop-1.png-a2c564388f7fdb59c11cc499d282cfd5.stex" ]
[params]
compress/mode=0
compress/lossy_quality=0.7
compress/hdr_mode=0
compress/bptc_ldr=0
compress/normal_map=0
flags/repeat=0
flags/filter=false
flags/mipmaps=false
flags/anisotropic=false
flags/srgb=2
process/fix_alpha_border=true
process/premult_alpha=false
process/HDR_as_SRGB=false
process/invert_color=false
stream=false
size_limit=0
detect_3d=false
svg/scale=1.0

View File

@@ -1,9 +1,8 @@
extends AnimatedSprite
func _ready():
play("begin")
func _animation_finished():
play("loop")

File diff suppressed because one or more lines are too long

Binary file not shown.

Before

Width:  |  Height:  |  Size: 10 MiB

View File

@@ -174,9 +174,6 @@ anims/__INIT__ = SubResource( 1 )
anims/show_buttons = SubResource( 2 )
[node name="Startup" parent="." instance=ExtResource( 2 )]
scale = Vector2( 1.5, 1.5 )
animation = "start"
speed_scale = 1.0
[node name="VBoxContainer" type="VBoxContainer" parent="."]
anchor_left = 1.06328

View File

@@ -249,6 +249,7 @@ playing = false
[node name="FloorTileMap" type="TileMap" parent="."]
pause_mode = 1
visible = false
position = Vector2( 16, 16 )
tile_set = ExtResource( 3 )
cell_size = Vector2( 32, 32 )