Example #1
0
 public void PauseGame()
 {
     SoundManager_Script.Play_SFX("MenuNavPop");
     SoundManager_Script.Pause_BG_SFX();
     //gunScript.canShoot = false;
     gameIsPaused   = true;
     Time.timeScale = 0;
 }