I have rotated the left one at runtime using:

char_pan.center_x = char_pan.size_x * 0.5;
char_pan.center_y = char_pan.size_y * 0.5;
char_pan.angle = 2 * (key_cur - key_cul) * time_step;

So what wrong.. the rotated one look horrible.


Last edited by Altarius; 01/28/13 08:14.