6 lines
74 B
GDScript3
6 lines
74 B
GDScript3
|
extends TextureProgressBar
|
||
|
|
||
|
|
||
|
func _process(delta):
|
||
|
value = Global.volume
|