drowning muffles and reverbs the audio

This commit is contained in:
pennyrigate 2023-06-25 16:13:46 -04:00
parent 8330b50ab3
commit a096a4c6c5
7 changed files with 246 additions and 72 deletions

View file

@ -132,3 +132,7 @@ func _enter_code():
"GILLS":
var player = get_tree().get_nodes_in_group("player").pop_back()
player.underwater = false
"CHORUS":
var music = AudioServer.get_bus_index("music")
AudioServer.set_bus_effect_enabled(music,0,true)
Console.print(AudioServer.get_bus_effect_count(music))