Hook up the score display

This commit is contained in:
Michal Pikulski
2025-10-16 23:59:25 +02:00
parent b2384269e5
commit 3fc43fa92d
5 changed files with 33 additions and 19 deletions

View File

@@ -124,7 +124,7 @@ namespace UI
// Clear paused flag and broadcast event
_isPaused = false;
InputManager.Instance.SetInputMode(InputMode.GameAndUI);
if(resetInput)
if(resetInput)
OnGameResumed?.Invoke();
Logging.Debug("[PauseMenu] Game Resumed");