You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would it be possible to add the possibility to tint a Spine slot? Tinting an entire Spine object with heaven works fine, but I cannot tint separate slots this way. Tinting a slot the "normal" way works (i.e. with the tint property), but that way I cannot make the entire slot one color (except black ofc).
The text was updated successfully, but these errors were encountered:
varind=spine.skeleton.getSlotIndex('mySlot');spine.skeleton.slots[ind].attachment.r=1.0;spine.update(0);// call if you dont update it automatically// it changes spine.slotContainers[ind].children[0].color
You can also change that part in Spine.ts and make a flag for manual tinting in container, that way if you change container child tint manually spine wont overwrite it.
Would it be possible to add the possibility to tint a Spine slot? Tinting an entire Spine object with heaven works fine, but I cannot tint separate slots this way. Tinting a slot the "normal" way works (i.e. with the tint property), but that way I cannot make the entire slot one color (except black ofc).
The text was updated successfully, but these errors were encountered: