Exemplo n.º 1
0
 public void BeginPowerStart()
 {
     if (!IsPowerStartAvailable())
     {
         return;
     }
     ApplicationController.ac.UpdatePowerStart(-1);
     ApplicationController.ac.Save();
     gameObject.SetActive(false);
     playerCtrlr.jumpCtrlr.isInvincible = true;
     screenTransition.ScreenFadeThen(EndPowerStart);
 }
Exemplo n.º 2
0
 void EndTutorial()
 {
     screenTransition.ScreenFadeThen(AfterTutorialEnd);
     StopAllCoroutines();
     Achievement.Unlock(GPGSIds.achievement_fast_learner);
 }
Exemplo n.º 3
0
 public void PlayAgain()
 {
     AdsController.instance.ShowInterstitial();
     gameOverRaycaster.enabled = false;
     screenTransition.ScreenFadeThen(StartGameAndParticleSystm);
 }