I'm working in a MMO where players can have different cothes and accesories. The idea is to "wear" the desired accessory. Previously I was using dragonbones but we are trying to switch to spine. I was expecting something like skeleton.getBone("head").sprite.addChild(newImage);
Currently I'm trying skeleton.skeleton.findSlot("head").attachment but is not a displayObject, the same for the Slot