The Animation guide of Libgdx is now in Deprecated part, and I found no replacement.Therefore, I intend to write a convenient AnimatedSprite class that extends Sprite. My idea is in every update (game frame), I will set new TextureRegion (or just X/Y coordinate) corresponding its image frame.
I wonder why there is no AnimatedSprite class built-in for Libgdx? Does my solution have any problem? Is there any replacement for the deprecated Sprite Animation guide?
actionto solve my problem? – DatVM Feb 9 at 9:45