chore: clean up old debug prints

This commit is contained in:
2025-08-21 10:43:50 +02:00
parent 66822cbf9e
commit 9240413da7
2 changed files with 0 additions and 4 deletions

View File

@@ -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