Chelimbalo/scripts/gui/hud/player_healthbar.gd
2025-11-29 18:48:32 +05:00

5 lines
63 B
GDScript

extends ProgressBar
func on_hp_changed(to: int):
value = to