Refactor UI components to inherit from Control and update node paths for consistency
This commit is contained in:
@@ -48,4 +48,4 @@ func set_health_progressbar() -> void:
|
||||
return
|
||||
|
||||
health_progressbar.value = player_health.health
|
||||
health_progressbar.max_value = player_health.max_health
|
||||
health_progressbar.max_value = player_health.max_health
|
||||
|
Reference in New Issue
Block a user