removed debugging artefact

pull/1/head
Artur David 2026-04-13 12:54:08 +02:00
parent ff37318044
commit ca022296ee
1 changed files with 0 additions and 1 deletions

View File

@ -15,7 +15,6 @@ func _process(delta: float) -> void:
pass pass
func _on_area_2d_body_entered(body: Node2D) -> void: func _on_area_2d_body_entered(body: Node2D) -> void:
print("body entered: ", body.name, " | player is: ", player.name)
if body == player: if body == player:
_die() _die()
pass # Replace with function body. pass # Replace with function body.