From c4f3d4e0f6cae35c020e888be5689181b25342c5 Mon Sep 17 00:00:00 2001 From: bd Date: Thu, 29 May 2025 18:29:15 -0400 Subject: Add the 'knight' crawler, more attempts to balance first waves --- scripts/game_data.gd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/game_data.gd') diff --git a/scripts/game_data.gd b/scripts/game_data.gd index cc20c13..8890eff 100644 --- a/scripts/game_data.gd +++ b/scripts/game_data.gd @@ -56,7 +56,7 @@ func start_spawning(): func stop_spawning(): _is_spawning = false - if (_current_wave > game_stats_config.wave_data.size()): + if (_current_wave >= game_stats_config.wave_data.size()): # TODO print("win!") else: -- cgit v1.2.3