new textures

This commit is contained in:
Ultrablob 2024-04-18 15:02:37 -04:00
parent ea112e91a1
commit 7ac4df4ec9
29 changed files with 221 additions and 770 deletions

View file

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