コード例 #1
0
ファイル: stageController.cs プロジェクト: ryonk10/TiltWorld
 public void GameReset()
 {
     charaController.SetCharaExitBlockPosition(Vector3.zero);
     gameInfoController.ResetMoveCount();
     buttonController.ButtonToTure();
     stage.GameReset();
 }
コード例 #2
0
 public void NoTutorial()
 {
     buttonController.ButtonToTure();
     GameInfoPanel.SetActive(true);
     Destroy(CanvasTutorial);
     Destroy(this.gameObject);
 }