add log message for completion of all days in GameManager
This commit is contained in:
@@ -109,6 +109,8 @@ impl GameManager {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if index >= self.days.len() as i32 {
|
if index >= self.days.len() as i32 {
|
||||||
|
godot_print!("GameManager: All days complete!");
|
||||||
|
|
||||||
self.cleanup_level();
|
self.cleanup_level();
|
||||||
if let Some(s) = &mut self.win_screen {
|
if let Some(s) = &mut self.win_screen {
|
||||||
s.set_visible(false);
|
s.set_visible(false);
|
||||||
|
|||||||
Reference in New Issue
Block a user