Hello,
Maybe someone knows a solution. I have setScale(3 ,3.5) my Sprite coz its too small. But when i used setScale again to flip my sprite with (-1 ,1) when it move to left, the Sprite get small. Is there any way to safe the first setScale values for the Sprite? I dont wanna use other ways like for example IntRect(0,0,-weight, height) coz i used a Spritesheet and its getting to complicated with the animation.