コード例 #1
0
ファイル: MainMenuScreen.cs プロジェクト: nilllzz/Pokemon3D
 private void OnStartNewGame(LeftSideButton button)
 {
     GameInstance.GetService<ScreenManager>().SetScreen(typeof(GameModeLoadingScreen));
 }
コード例 #2
0
ファイル: MainMenuScreen.cs プロジェクト: nilllzz/Pokemon3D
 private void OnLoadGame(LeftSideButton button)
 {
     // Game.ScreenManager.SetScreen(typeof(LoadGameScreen), enterInformation: this);
 }
コード例 #3
0
ファイル: MainMenuScreen.cs プロジェクト: nilllzz/Pokemon3D
 private void OnExitGame(LeftSideButton button)
 {
     _mainOverlay.ShowModal(_closeDialog);
 }