Hi folks,
I have a desire to attach multiple possibly overlapping images to my Spine skeleton, a la Binding of Isaac, e.g. all this stuff:

I guess slots aren't really the right choice for this, as they have a 1-to-1 attachment relationship. So what's a good solution? Attach them to the bone I want to follow using SpineUtilityBone and worry about z-order problems later?
Thanks!