7 lines
146 B
GDScript
7 lines
146 B
GDScript
extends ProgressBar
|
|
|
|
|
|
# Called when the node enters the scene tree for the first time.
|
|
func _ready() -> void:
|
|
pass # Replace with function body.
|