I am not sure if this is the right place, apologies if
not.
Anyway in a game I wrote using pygame, I would like to
increase the initial message so it is over several
lines.
This is the code in the example game 
    if pygame.font:
        font = pygame.font.Font(None, 36)
        text = font.render("Pummel The Chimp, And Win
$$$", 1, (10, 10, 10))
        textpos =
text.get_rect(centerx=background.get_width()/2)
        background.blit(text, textpos)

Now how can I get this to be on more than one line and
bigger (for my simple game I need a much more detailed explanation).


                
___________________________________________________________ 
Win a castle for NYE with your mates and Yahoo! Messenger 
http://uk.messenger.yahoo.com
_______________________________________________
Tutor maillist  -  [EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/tutor

Reply via email to