ChronoSpace/scenes/spaceShip/player/Interface.gd

8 lines
151 B
GDScript

extends Control
func _ready() -> void:
progressBarHealth.max_value = Globals.getPlayer().maxHealthh
func _physics_process(delta: float) -> void: