This commit is contained in:
Syntriax 2022-02-27 13:28:37 +03:00
parent 839dbb76ef
commit 27cc903032
1 changed files with 1 additions and 0 deletions

View File

@ -13,6 +13,7 @@ namespace UI
}
public void MainMenu()
{
Resume();
LevelManager.Instance.DisableAllLevels();
UIManager.Instance.SwitchToCanvas("Main Menu");
}