fix stomping

This commit is contained in:
2025-02-09 06:37:28 +01:00
parent ad973e58a2
commit 03ed7e29d1
4 changed files with 10 additions and 7 deletions

View File

@@ -13,7 +13,7 @@ func _ready() -> void:
if area2d:
area2d.body_entered.connect(_on_area2d_body_entered)
else:
print("Collectable node missing Area2D child.")
printerr("Collectable node missing Area2D child.")
root = get_parent()