Beispiel #1
0
 public void GameReset()
 {
     charaController.SetCharaExitBlockPosition(Vector3.zero);
     gameInfoController.ResetMoveCount();
     buttonController.ButtonToTure();
     stage.GameReset();
 }
 public void NoTutorial()
 {
     buttonController.ButtonToTure();
     GameInfoPanel.SetActive(true);
     Destroy(CanvasTutorial);
     Destroy(this.gameObject);
 }