pixijs / spine

Pixi.js plugin that enables Spine support.
Other
564 stars 217 forks source link

reverse animation - timescale = -1 not working #392

Closed lancety closed 3 years ago

lancety commented 3 years ago

hi @ivanpopelyshev
I saw your suggesting of using spine.state.timeScale = -1 in other forum, which seems not working in current version. (2.0.5 for spine 3.7)

Wondering how to make reverse animation play in this pixi-spine version, I want to make the spine running backward and facing mouse position for use case such as shooting. Looking for your advoice. :)

lancety commented 3 years ago

when initiating a atlas, i made logic to reverse animation timeline. it works but not accurate, will make proper anim in spine later