hey,
i’m very new at this so any help is highly appreciated!
can’t figure out how to rotate my sprite when jumping/landing and return it to normal when grounded…
thx in advance
You’d have to lerp it, really. If the flipping has to be accurate to where the flip ends when the character is about to land, you will have to lerp your transform.rotate method to include distance from the ground.
The distance from the ground will accelerate or slow down the spinning motion of the transform to best suite visually a landing.