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

Re: [pygame] Sprites



Brain Murphy wrote:
Is it possible to change the colour of a sprite starting at one end and finishing at the other?

You could do that sort of thing fairly easily using OpenGL, but not with PyGame's builtin 2D drawing facilities, as far as I know, except by using a series of images with different gradients painted on them.

--
Greg