In this example, we load the texture atlas and use it to render our assets.
// 3. Or get an animated region Animation<TextureRegion> walkAnimation = new Animation<>(0.1f, atlas.findRegions("player_walk"), Animation.PlayMode.LOOP); libgdx texture packer