Exemplo n.º 1
0
 public void pause()
 {
     admanager.showbannerfunc();
     bgsound.Pause();
     Time.timeScale = 0f;
     panel.SetActive(true);
     resumebtn.SetActive(true);
     besttext.text = "Best: " + PlayerPrefs.GetInt("Best", 0).ToString();
     //paused = true;
 }