Add boosters to minigame again

This commit is contained in:
Michal Pikulski
2025-11-07 17:26:25 +01:00
parent ea12766cf7
commit 2127bf37b2
4 changed files with 193 additions and 43 deletions

View File

@@ -206,7 +206,10 @@ namespace Cinematics
}
public void ShowGameOverScreen()
{
{
// Diagnostic: log time and call stack to track when/why game over is triggered
Logging.Debug($"[CinematicsManager] ShowGameOverScreen called at time={Time.time:F2}");
if (divingGameOverScreen != null && UIPageController.Instance != null)
{
UIPageController.Instance.PushPage(divingGameOverScreen);