LibGDX Tutorial 3B: Simple Animation
Previous Part Table Of Contents Next Part Back in Tutorial 3 I created a simple animation using a Timer and setting the frame manually from a TextureAtlas. This is not the ideal way to perform animation using LibGDX and was done to illustrate how to use a TextureAtlas, not how to perform animation. Instead […]