CodeCafeOpenShiftGame / PodEscape

Endless runner of a pod trying to escape from a project being deleted.
https://podescape.io
Apache License 2.0
29 stars 16 forks source link

[Feature] Smoother jump animation #71

Open RoddieKieley opened 4 years ago

RoddieKieley commented 4 years ago

Is your feature request related to a problem? Please describe. At the moment when the pod jumps it immediately transitions to a single frame of the jumping animation.

Describe the solution you'd like As there are more jump frames available for the jump animation it would be nicer visually if we were able to use more and make the transition smoother.

Describe alternatives you've considered Alternatively we could be rotating the sprite instead of having the rotation built into the jump frames, but that would likely have to be part of a broader re-implementation of the sprites in use.