Skip to content

Instantly share code, notes, and snippets.

@julian-a-avar-c
Last active January 30, 2021 00:18
Show Gist options
  • Save julian-a-avar-c/095151333f41c33c06899af298db523d to your computer and use it in GitHub Desktop.
Save julian-a-avar-c/095151333f41c33c06899af298db523d to your computer and use it in GitHub Desktop.
var muted = false
func toggle_mute_all():
self.muted = !self.muted
AudioServer.set_bus_mute(AudioServer.get_bus_index("Master"), self.muted)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment