Why doesnt the pygame.transform.rotation() work?
I wanted to implement that the player rotates acording too the mouse cursor ( too look around ).
First i calcultate the degree the player needs to rotate in the : get_rotation() method , the result is stored in self.degree. After that i called the pygame.transform.rotate(self.imageF, self.degree) function , but it doesnt rotate the sprite.