Beispiel #1
0
 void Start()
 {
     UpdateScoreLabel();
     livesController.InitiateLives(startLives);
     gameOverSign.SetActive(false);
 }