Did you test it installing it BSD Unix or OS X Leopard and / or Tiger?
I'll try the same thing in Ubuntu and Solaris when I have the time...
Happy programming,
Unnsse
On Feb 27, 2008, at 9:28 PM, René Dudfield wrote:
The new download from here I just tested installs the font.
http://www.pygame.org/download.shtml
I didn't test the old one... so I'm not so sure if it did. (it's in
the old directory if anyone wants to test).
On Thu, Feb 28, 2008 at 4:14 PM, Ian Mallett <[EMAIL PROTECTED]>
wrote:
while 1:
for event in pygame.event.get():
if event.type == QUIT:
return
screen.blit(background, (0, 0))
screen.blit(text, (0, 0))
pygame.display.flip()