Added level mods and updated sprite imports

This commit is contained in:
Nathan Anderson
2022-08-04 18:05:48 -06:00
parent 417044bfda
commit 7843bf2b8d
19 changed files with 288 additions and 114 deletions
+7
View File
@@ -0,0 +1,7 @@
extends AnimatedSprite
func _ready() -> void:
play()
func _on_Pop_animation_finished() -> void:
queue_free()