A system that automatically combines images together is needed in order to help increase performance to maximum. Basically the system will manually combine images together into one image and compile it into a Texture inside XNA. At the same time it also saves the placement and names of all images into a single class so that looking up certain textures is an extremely easy task.
A system that automatically combines images together is needed in order to help increase performance to maximum. Basically the system will manually combine images together into one image and compile it into a Texture inside XNA. At the same time it also saves the placement and names of all images into a single class so that looking up certain textures is an extremely easy task.