Changes

Jump to navigation Jump to search
32 bytes added ,  05:59, 28 March 2014
Line 112: Line 112:  
   pantalla.blit(texto, ((x / 2) - (x / 10), (y / 2) - (y / 10))) #the location on the screen
 
   pantalla.blit(texto, ((x / 2) - (x / 10), (y / 2) - (y / 10))) #the location on the screen
   −
Read the documentation at pygame.org, there are lots of exciting things to try. For example, change line 44 to:
+
Read the documentation at pygame.org, there are lots of exciting things to try. For example, change the line that starts with pantalla.blit to:
    
   pantalla.blit(texto, pygame.mouse.get_pos())
 
   pantalla.blit(texto, pygame.mouse.get_pos())
2,486

edits

Navigation menu