I'm new to libgdx
I am creating a game, and I have an animated background that has about 10 seconds of animation (250 aprox frames.), Since it is useless to try to build a sprite sheet for this (large background, of course) is there any way to render the video files are a png sequence for textures, so can I use my animated background in the game?
source share