5 lines
80 B
GDScript3
5 lines
80 B
GDScript3
|
extends HSlider
|
||
|
|
||
|
func _on_value_changed(value):
|
||
|
Globals.SetMasterVolume(value)
|