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
I would love to be able to set the animSpeed to -1 so that the animation runs backwards when the player is moving backwards, but the value is currently clamped to 0 and the animation doesn't run (which looks wrong) or I have to set it to +1 which looks even worse.
Pingpong makes it so the animation plays back and forth, (forwards and then backwards), but theres no way to just reverse an animation quickly
You should be able to reverse an animation
An additional option for the Sprite.play() function (reverse: maybe?) that just reverses the animation
Not sure theres any other way this would be possible without making another animation
The text was updated successfully, but these errors were encountered: