diff --git a/rust/src/systems/game_manager.rs b/rust/src/systems/game_manager.rs index d545b96..755dfaa 100644 --- a/rust/src/systems/game_manager.rs +++ b/rust/src/systems/game_manager.rs @@ -109,6 +109,8 @@ impl GameManager { } if index >= self.days.len() as i32 { + godot_print!("GameManager: All days complete!"); + self.cleanup_level(); if let Some(s) = &mut self.win_screen { s.set_visible(false);