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