Ejemplo n.º 1
0
 private void SceneScoring()
 {
     UpdateBoard();
     scene = Scene.ShotBall;
 }
Ejemplo n.º 2
0
 /// <summary>
 /// コンストラクタ
 /// </summary>
 public GameTask()
 {
     scene = Scene.Initialize;
     playerTypes[(int)Pong.PlayerConstant.Position.Left]  = Pong.PlayerConstant.Type.Man;
     playerTypes[(int)Pong.PlayerConstant.Position.Right] = Pong.PlayerConstant.Type.Cpu1;
 }
Ejemplo n.º 3
0
 private void SceneGoalSeStart()
 {
     UpdateBoard();
     PlayPointSound();
     scene = Scene.GoalSeWait;
 }