This commit is contained in:
2025-07-27 13:15:34 +03:00
parent 046a7e8097
commit 97ae542819

View File

@@ -897,7 +897,7 @@ const ScreenGameOver = struct {
self.updateCamera();
// Must come after updateCamera
// Must be the last thing
if (self.pressed_retry) {
game.screen_state = .{ .battle = .init() };
} else if (self.pressed_menu) {