Example #1
0
 private void OnStartNewGame(LeftSideButton button)
 {
     GameInstance.GetService<ScreenManager>().SetScreen(typeof(GameModeLoadingScreen));
 }
Example #2
0
 private void OnLoadGame(LeftSideButton button)
 {
     // Game.ScreenManager.SetScreen(typeof(LoadGameScreen), enterInformation: this);
 }
Example #3
0
 private void OnExitGame(LeftSideButton button)
 {
     _mainOverlay.ShowModal(_closeDialog);
 }