Update the Pause menu flow to be slightly less scoffed

This commit is contained in:
Michal Pikulski
2025-10-16 23:19:33 +02:00
parent 09ae4b5ba7
commit b2384269e5
11 changed files with 167 additions and 92 deletions

View File

@@ -9,7 +9,7 @@ namespace Minigames.DivingForPictures.Utilities
private bool isPaused = false;
private void Awake()
private void OnEnable()
{
DivingGameManager.Instance.RegisterPausableComponent(this);
}

View File

@@ -10,7 +10,7 @@ namespace Minigames.DivingForPictures.Utilities
private bool isPaused = false;
private void Awake()
private void OnEnable()
{
DivingGameManager.Instance.RegisterPausableComponent(this);
}