So basically sorry if this is obvious to do, but what I’m trying to figure out is to combine two textures I have(both 80 by 80 pixels) into one before putting it on a sprite.
My player has two separate moving components the bottom that animates based on the direction of the player, and the top which switches textures to point in the direction the player is facing.
I don’t want to combine them because it would increase my images from 2 spritemaps of 8 to 1 spritemap of 64