5 lines
63 B
GDScript
5 lines
63 B
GDScript
extends ProgressBar
|
|
|
|
|
|
func on_hp_changed(to: int):
|
|
value = to
|