mirror of
https://github.com/mx42/my-gd-game.git
synced 2026-01-14 13:29:52 +01:00
chore: fix debug warnings
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user