Esempio n. 1
0
 private void ShowLivesThenReset()
 {
     if (!isMainSceneInBackground)
     {
         isMainSceneInBackground = true;
         loadScene.DisplayNextLifeScreen(playerLives.lives);
         Invoke("LoadLevelAgain", 3f);
     }
 }