4 lines
80 B
GDScript
4 lines
80 B
GDScript
extends HSlider
|
|
|
|
func _on_value_changed(value):
|
|
Globals.SetMasterVolume(value)
|