Im exporting animations using sprite sheet for speed reasons. Ive parsed the atlas and got it all loading and drawing correctly, except I cant calculate the centre point of the sprites.
Logic says that i just subtract the offset, but it still didnt let me get the centre. I then exported the graphics as single images, loaded the image i was using to calculate the cp, and sure enough, it was the exact position that the offset was pointing to. Problem is, that is not the centre point of the image? its quite a bit up and off to the right???
I would have thought that the root would have been the centre point. How can i set what the centre point of the sprite is?