wave update

This commit is contained in:
Ultrablob 2024-04-26 16:32:56 -04:00
parent 1a2b9290c5
commit bb871371b6
13 changed files with 374 additions and 22 deletions

4
tar.gd
View file

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