Implemented Diving tutorial

This commit is contained in:
2025-10-15 15:58:19 +02:00
parent 19a1a2da51
commit 5f46c963b5
21 changed files with 16175 additions and 28 deletions

View File

@@ -798,7 +798,7 @@ namespace Minigames.DivingForPictures
// Change input mode to UI when menu is open
if(turnOffGameInput)
InputManager.Instance.SetInputMode(InputMode.UI);
InputManager.Instance.SetInputMode(InputMode.GameAndUI);
Logging.Debug($"[DivingGameManager] Game paused. Paused {_pausableComponents.Count} components.");
}