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

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