extends Area2D func _ready(): print("ready") func _on_body_entered(body: Node2D) -> void: self.queue_free() print("meow")