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

[pygame] Scrolling background



Hello!
Forgive me if this is a trivial question.
What is the nicest way to go about having a background which moves at a constant speed in one direction (as in a side-scrolling shooter)? Right now, I draw all the sprites onto the background image, which is moving, and then draw that onto the screen, but is there a neater way?
Thank you!