Im just getting started with using Spine in my Corona project. I seem to have everything working except changing the color of a slot attachment.
Im trying to do something like this:
local colorName = skeleton:findSlot("__left lower arm slot")
colorName:setColor (208,17, 17, 255)
I get an error that the 'setColor' method is nil. I had a look in slot.lua and I don't see setColor in there... is it missing or something? Any help would be greatly appreciated. Thanks!