How to create Sprite with animation?

81 views Asked by At

Is it possible to create a sprite with animation instead of a texture? Is there a way to use an animation just like a texture so that it can be used on a sprite? sorry, I'm new to Java and Libgdx.

1

There are 1 answers

0
Francesco Di Paolo On

You can have an animated sprite, using an image containing the frames of the animation. Here is the libgdx documentation that explains it very well.