chore: clean up old debug prints
This commit is contained in:
@@ -26,7 +26,6 @@ func _process(delta: float) -> void:
|
||||
|
||||
|
||||
func _on_player_hp_change(hp: float, max_hp: float):
|
||||
print_debug("got sig")
|
||||
var percent_hp = hp / max_hp * 100
|
||||
if percent_hp < 40:
|
||||
low_hp_indicator.visible = true
|
||||
|
Reference in New Issue
Block a user