diff --git a/src/equipment/sticker_pack/sticker_pack.gd b/src/equipment/sticker_pack/sticker_pack.gd index 7d8f297..74ffc15 100644 --- a/src/equipment/sticker_pack/sticker_pack.gd +++ b/src/equipment/sticker_pack/sticker_pack.gd @@ -70,7 +70,7 @@ func place_sticker() -> void: if not target: push_warning("Tried to apply decal to non-node target ", raycast.get_collider()) return - target.add_sibling(instance) + target.add_child(instance) instance.place( get_selected_sticker(), raycast.get_collision_point(),