class_name PlayerUI extends Control @onready var hp_bar: ProgressBar = $CenterContainer/ProgressBar func set_hp(value: float): hp_bar.value = value