Re: Rotating a picture

2007-06-19 Thread Marc 'BlackJack' Rintsch
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

2007-06-19 Thread Tom Gur
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