Victor Ramirez
0
Q:

how to find if something is colliding in godot

func _on_Flowers_body_entered(body):
	if body.name == "Player":
		get_tree().queue_delete(self)
0

New to Communities?

Join the community