Pauser Added + Fixed Bug

TODO: Stop Animations when Paused
This commit is contained in:
2022-02-26 19:53:47 +03:00
parent 33f81e5a1c
commit caab797e6d
10 changed files with 297 additions and 3 deletions

View File

@@ -94,7 +94,7 @@ namespace Level
UIManager.Instance.CloseAllCanvases();
}
private void DisableAllLevels()
public void DisableAllLevels()
{
Player.SetActive(false);
foreach (Level level in Levels.Values)