fix merge
This commit is contained in:
parent
05e4ec44cf
commit
f852b0a30e
2 changed files with 109 additions and 24 deletions
File diff suppressed because one or more lines are too long
|
|
@ -32,4 +32,4 @@ func start_next_wave() -> void:
|
||||||
|
|
||||||
func _on_finished() -> void:
|
func _on_finished() -> void:
|
||||||
current_wave_index += 1
|
current_wave_index += 1
|
||||||
start_next_wave()
|
call_deferred("start_next_wave")
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue