chore: fix debug warnings

This commit is contained in:
installer
2025-01-22 18:33:23 +01:00
parent 84035f36f4
commit 3ef5356560
4 changed files with 3 additions and 3 deletions

View File

@@ -29,6 +29,7 @@ func _process(delta) -> void:
func _on_body_entered(_body: Node2D) -> void:
if can_collide:
collision.emit();
queue_free();
func _on_area_entered(area: Area2D) -> void:
area.queue_free();