Example #1
0
    public void ResumeGame()
    {
        SoundManager_Script.Play_SFX("MenuNavPop");
        SoundManager_Script.Resume_BG_SFX();
        //gunScript.canShoot = true;
        gameIsPaused = false;

        Time.timeScale = 1;

        //animM.GetComponent<Animator>().speed = 0.1f;
    }