Pygame: Adding A Background
I'm making a project for my senior year. Its a game where i can move a user. I would like to add a background that goes behind all the pictures i've blitted. I've searched everywhe
Solution 1:
A background image is no different from any other image. Just .blit it first.
Post a Comment for "Pygame: Adding A Background"