wave update
This commit is contained in:
parent
1a2b9290c5
commit
bb871371b6
13 changed files with 374 additions and 22 deletions
4
tar.gd
4
tar.gd
|
@ -1,5 +1,9 @@
|
|||
extends Node2D
|
||||
|
||||
func _ready():
|
||||
await get_tree().create_timer(1).timeout
|
||||
phase()
|
||||
|
||||
func phase():
|
||||
$Sprite.play("spawn")
|
||||
$"Riangle Zone".spawn()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue