Hello does anyone know how to use a texture Atlas than separated images? all the examples use:
function skeleton:createImage (attachment)
– Customize where images are loaded.
return display.newImage(“examples/spineboy/images/” … attachment.name … “.png”)
end
what if I want to use the Atlas spine exports?
Thanks