コード例 #1
0
ファイル: stageController.cs プロジェクト: ryonk10/TiltWorld
 public void SetTiltDirection(int tiltDirection)
 {
     buttonController.ButtonToFalse();
     gameInfoController.UpMoveCount();
     stage.tiltDirection = tiltDirection;
     Stage.stagePhase    = StagePhase.STAGE_TILT;
 }