Re: Pygame: Filling the screen with tile images
I don't think PyGame will handle tiling for you, or any concept of a 'background image'. If you want something to appear multiple times on the screen, you need to draw it multiple times. If you do that onto a surface that is the same size as your screen, you can then consider that the background im
Pygame: Filling the screen with tile images
I'm new to Pygame (by 2 days) and I can't figure out how to tile and image as the background image. -- http://mail.python.org/mailman/listinfo/python-list