mirror of
https://github.com/litruv/PNGTuber-Plus.git
synced 2026-07-24 02:26:02 +10:00
InitCommit
update 1.4.2 source code
This commit is contained in:
5
ui_scenes/VolumeBar.gd
Normal file
5
ui_scenes/VolumeBar.gd
Normal file
@@ -0,0 +1,5 @@
|
||||
extends TextureProgressBar
|
||||
|
||||
|
||||
func _process(delta):
|
||||
value = Global.volume
|
||||
Reference in New Issue
Block a user