added tar

This commit is contained in:
ultrablob 2024-04-24 15:20:36 -04:00
parent 3ca455a5b9
commit c885095bc1
3 changed files with 95 additions and 9 deletions

7
tar.gd Normal file
View file

@ -0,0 +1,7 @@
extends Node2D
func phase():
$Sprite.play("spawn")
$"Riangle Zone".spawn()
await get_tree().create_timer(1).timeout
$Sprite.play("idle")