Re: Rotating a picture
In <[EMAIL PROTECTED]>, Tom Gur wrote: > I'm trying to build a small spaceship battle game as an exercise, > using pygame. > How can I rotate the gif file of my ship by X degrees ? You shouldn't do this with the PyGame functions, the quality is poor. Either use a paint program to pre-generate ro
Rotating a picture
Hi, I'm trying to build a small spaceship battle game as an exercise, using pygame. How can I rotate the gif file of my ship by X degrees ? -- http://mail.python.org/mailman/listinfo/python-list