Is it possible to set an angle of a sprite around an image point?
I have a 32x32 sprite with the origin top-left as I want to snap it to a 32x32 grid, and at the start of the game it can be rotated to one of these angles; 0,90,180,270.
I know how to rotate "choose(....)" but it rotates it around the origin at the top left, I want it to rotate around its imagepoint which is in the center. Is there a way?
Edit: spelling