forked from team-sg/hero-mark-2
parent
1b7d93195f
commit
d802ce13b7
6 changed files with 33 additions and 7 deletions
|
@ -62,3 +62,5 @@ func _set_sound_volume(value):
|
|||
sound_volume = value
|
||||
var idx = AudioServer.get_bus_index("sound")
|
||||
AudioServer.set_bus_volume_db(idx, linear2db(value))
|
||||
idx = AudioServer.get_bus_index("shard")
|
||||
AudioServer.set_bus_volume_db(idx, linear2db(value))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue