add log message for completion of all days in GameManager

This commit is contained in:
2026-01-24 06:16:34 +01:00
parent 4d6e6cb2ad
commit a5caab7ddc

View File

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