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