added tar
This commit is contained in:
parent
3ca455a5b9
commit
c885095bc1
3 changed files with 95 additions and 9 deletions
7
tar.gd
Normal file
7
tar.gd
Normal 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")
|
Loading…
Add table
Add a link
Reference in a new issue