in Assets/Scripts/AudioManager.cs [14:18]
public void ToggleSfx() { sfxAudioSource.enabled = !sfxAudioSource.enabled; loopAudioSource.enabled = !loopAudioSource.enabled; }