[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[pygame] smooth surface rotate



I want to take an image and rotate it around its center over and over
again in around 5 degree changes. pygame.transform.rotate() makes the
image grow. Is there anything i can do to not have the image grow (looks
like its moving across the screen)?

THanks
MIke