Exemplo n.º 1
0
 public void SetTiltDirection(int tiltDirection)
 {
     buttonController.ButtonToFalse();
     gameInfoController.UpMoveCount();
     stage.tiltDirection = tiltDirection;
     Stage.stagePhase    = StagePhase.STAGE_TILT;
 }