![]() |
2008-07-12
, 17:10
|
|
Posts: 696 |
Thanked: 1,012 times |
Joined on Mar 2006
@ Asturies, Spain
|
#2
|
screen = pygame.display.set_mode((640, 480), 0, 32)
screen = pygame.display.set_mode((640, 480), 0, 16)
The Following User Says Thank You to yerga For This Useful Post: | ||
Now I am attempting to become more familiar with Python and PyGame. I'm trying to work with some of the scripts from Will McGugan's Beginning Game Development with Python and Pygame.
When I attempt to run the following script