Example #1
0
 private void OnPause()
 {
     GuiManager.ShowWindow("UI_PAUSE");
 }
Example #2
0
 private void OnSettings()
 {
     GuiManager.ShowWindow("UI_SETTINGS_MENU");
 }
Example #3
0
 private void OnMainMenu()
 {
     GuiManager.HideWindow("UI_MAIN_MENU");
     SceneManager.LoadScene("Init");
 }