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

Re: [pygame] Should I use Sprites and Groups ?



If not using hardware, `pygame.display.flip` is the same as `pygame.display.update(None)`

Sprite groups can be used for partial screen updates instead.

Jake