Exemple #1
0
 public void animatorStartRestartBtn()
 {
     Time.timeScale = 1;
     setSoundsMute(true);
     topgroundObj.SetActive(true);
     animator.SetBool("restartFL", true);
     advMgr.checkAdv();
 }
Exemple #2
0
 public void animatorStartHide()
 {
     if (!backBtnFL && !trophyMapBtnFL && !shopFL)
     {
         advMgr.checkAdv();
     }
     topGroundObj.SetActive(true);
     animator.SetBool("hideFL", true);
 }
Exemple #3
0
 public void restartBtn()
 {
     restartFL = true;
     animatorStartDisappear();
     advMgr.checkAdv();
 }