removed debugging artefact
parent
ff37318044
commit
ca022296ee
|
|
@ -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.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue