mirror of
https://github.com/litruv/PNGTuber-Plus.git
synced 2026-07-27 03:56:01 +10:00
InitCommit
update 1.4.2 source code
This commit is contained in:
6
ui_scenes/volume/volumeSlider.gd
Normal file
6
ui_scenes/volume/volumeSlider.gd
Normal file
@@ -0,0 +1,6 @@
|
||||
extends HSlider
|
||||
|
||||
func _process(delta):
|
||||
Global.volumeLimit = max_value - value
|
||||
|
||||
Saving.settings["volume"] = value
|
||||
Reference in New Issue
Block a user