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

[pygame] Re: fundamental (stupid) question about blitting part of a background image





With respect to dirty rect systems in general, if you are going to make a scrolling game, or you are getting just as much framerate as you need then it's not worth worrying about. It should just be something to keep in mind in case you need it & can use it.


Hi Brian, thanks for enlighten me.
Actually, i try a non-scrolling game (Tuxfighter, link at www.pygame.org) with just a static screen and some sprites on it.
I try to understand the whole blitting concept at a theoretical level,
but i need far more practice to get familar with it.