mirror of
https://github.com/litruv/PNGTuber-Plus.git
synced 2026-07-24 02:26:02 +10:00
7 lines
116 B
GDScript
7 lines
116 B
GDScript
extends HSlider
|
|
|
|
func _process(delta):
|
|
Global.volumeLimit = max_value - value
|
|
|
|
Saving.settings["volume"] = value
|