What I want to do is create a huge texture(w/ width of more than 1024) using a 1024x1024 image. I can retrieve the images using an AtlasSpriteManager, but whenever I try to retrieve the texture from the manager I can only get the first image.
I need to set the position of every AtlasSprite in the manager to make a lengthy texture.
Any suggestions?