Example #1
0
    public void Music()
    {
        //TODO when the sounds are implemented

        musicMuted = !musicMuted;
        musicOff.SetActive(musicMuted);                 //If music is on turn off the cross on the button
        SoundMusic.MuteMusic(musicMuted);
    }