new textures animation
This commit is contained in:
parent
7ac4df4ec9
commit
6a4e9b7a83
3 changed files with 3 additions and 5 deletions
2
quare.gd
2
quare.gd
|
@ -1,7 +1,7 @@
|
|||
extends StaticBody2D
|
||||
|
||||
func _ready():
|
||||
$AnimatedSprite.play("idle")
|
||||
$AnimatedSprite.play("gif")
|
||||
|
||||
func destroy():
|
||||
var timer = Timer.new()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue