Dear Cuellarjmcg,
Thank you for the response.
I tryed to set the size (w and h) of each attachment (RegionAttachment).
using this code
for(Slot s : this.skeleton.getSlots()){
if(s.getAttachment() instanceof RegionAttachment){
RegionAttachment attachment = (RegionAttachment)s.getAttachment();
attachment.setWidth(100);
attachment.setHeight(100);
}
}
But it doesn't effect the size