new textures animation

This commit is contained in:
Ultrablob 2024-04-18 15:30:40 -04:00
parent 7ac4df4ec9
commit 6a4e9b7a83
3 changed files with 3 additions and 5 deletions

View file

@ -221,8 +221,8 @@ flat = true
[connection signal="pressed" from="Settings" to="Settings Panel" method="show"]
[connection signal="pressed" from="Tutorial" to="Tutorial Text" method="show"]
[connection signal="pressed" from="Play" to="." method="play"]
[connection signal="pressed" from="Settings Panel/Close" to="Settings Panel" method="save"]
[connection signal="pressed" from="Settings Panel/Close" to="Settings Panel" method="hide"]
[connection signal="pressed" from="Settings Panel/Close" to="Settings Panel" method="save"]
[connection signal="text_changed" from="Settings Panel/Menu/Username" to="Settings Panel" method="check_valid"]
[connection signal="text_changed" from="Settings Panel/Menu/Username" to="Settings Panel/Menu/Username" method="check"]
[connection signal="pressed" from="Tutorial Text/Close" to="Tutorial Text" method="hide"]

View file

@ -1,7 +1,7 @@
extends StaticBody2D
func _ready():
$AnimatedSprite.play("idle")
$AnimatedSprite.play("gif")
func destroy():
var timer = Timer.new()

View file

@ -16,9 +16,7 @@ script = ExtResource("2_iatrf")
[node name="AnimatedSprite" type="AnimatedSprite2D" parent="."]
scale = Vector2(2.41138, 2.42673)
sprite_frames = ExtResource("4_js2va")
animation = &"idle"
frame = 16
frame_progress = 0.469968
animation = &"gif"
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
shape = SubResource("RectangleShape2D_e1p40")