コード例 #1
0
 // Initialize Game
 private void InitGame()
 {
     gameActive    = true;
     score         = 0;
     remainingTime = timer;
     // Get the highest score to display
     UpdateTopScore(score);
     // Clean up all current running balls
     ballSpawner.ResetBallPool();
 }