8 lines
151 B
GDScript
8 lines
151 B
GDScript
extends Control
|
|
|
|
|
|
|
|
func _ready() -> void:
|
|
progressBarHealth.max_value = Globals.getPlayer().maxHealthh
|
|
|
|
func _physics_process(delta: float) -> void:
|