I am working on a 2D pinball game and I need to make it so the texture of the ball does not rotate with the ball. In other words when the ball is spinning as a result of physics reactions on the table I want the texture/sprite image to not spin with it. So the ball will move around the table as it should but the image of the ball itself will not rotate as the ball moves.
Is there an easy way of doing this?
Freezing the angle will not work as that will effect the physics of the ball.
Is there an easy way of doing this?
Freezing the angle will not work as that will effect the physics of the ball.