fix merge

This commit is contained in:
Daniel Kauss Serna 2026-02-27 16:23:41 +01:00
parent 05e4ec44cf
commit f852b0a30e
2 changed files with 109 additions and 24 deletions

File diff suppressed because one or more lines are too long

View file

@ -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")