This commit is contained in:
parent
8cb01d7918
commit
4ea08b1c5f
29 changed files with 697 additions and 17 deletions
|
@ -9,7 +9,7 @@ var wave_count = start_wave
|
|||
|
||||
func _ready():
|
||||
if start_wave != 0:
|
||||
await get_tree().create_timer(5).timeout
|
||||
await get_tree().create_timer(2).timeout
|
||||
waves = waves.slice(start_wave)
|
||||
spawn_loop()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue