JCP_13 I have an animation running from left to right and now I want to create a new one running from right to left without creating the animation again, is that possible in Spine? Thank you in advance, JCP
Søren Yes this is currently done in the runtime (will be possible in the editor soon) http://esotericsoftware.com/spine-using ... /#skeleton flipX and flipY
JCP_13 Shiu a écritYes this is currently done in the runtime (will be possible in the editor soon) http://esotericsoftware.com/spine-using ... /#skeleton flipX and flipY thank you Shiu it worked, here is the code skeleton.flipX = true skeleton.flipY = false