Hook up the score display
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user