choppingblock Posted November 27, 2013 Share Posted November 27, 2013 Trying to figure out a way (or the best way) to scale the skin of a skeletons skin indepedantly from the scale property of the PIXI.Spine object. Being able to do so will allow us to create multiple scaled instances of objects and append skins of different resolutions. lines 8554 & 8555 of pixi.js is where the values are:attachment.scaleX = map["scaleX"] || 1;attachment.scaleY = map["scaleY"] || 1;scaleX & scaleY don't seem to be used in the data (of my skins at least). I have been experimenting with different ways to dynamically change the default values of 1.0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.