Exemplo n.º 1
0
 private void InitGame()
 {
     player.SetActive(true);
     musicStarted = false;
     UpdateScore(false);
     ChangeUIState(inGameState);
     StartMusic();
     inGame = true;
     ballSpawner.ResetBallSpawner();
 }