gd,refacto: added state chart addon and namespace cleanup
This commit is contained in:
@ -0,0 +1,9 @@
|
||||
extends ProgressBar
|
||||
|
||||
|
||||
@onready var the_frog = %TheFrog
|
||||
|
||||
|
||||
# Called every frame. 'delta' is the elapsed time since the previous frame.
|
||||
func _process(_delta):
|
||||
value = the_frog.stamina
|
Reference in New Issue
Block a user