removed debugging artefact
parent
ff37318044
commit
ca022296ee
|
|
@ -15,7 +15,6 @@ func _process(delta: float) -> void:
|
|||
pass
|
||||
|
||||
func _on_area_2d_body_entered(body: Node2D) -> void:
|
||||
print("body entered: ", body.name, " | player is: ", player.name)
|
||||
if body == player:
|
||||
_die()
|
||||
pass # Replace with function body.
|
||||
|
|
|
|||
Loading…
Reference in New Issue