Changes

Jump to navigation Jump to search
125 bytes added ,  05:32, 28 March 2014
Line 115: Line 115:  
   pantalla.blit(texto, pygame.mouse.get_pos())
 
   pantalla.blit(texto, pygame.mouse.get_pos())
   −
the text will follow the mouse.
+
the text will follow the mouse. Or change this line to:
 +
 
 +
  pygame.draw.circle(pantalla,BLANCO, pygame.mouse.get_pos(),20,0)
 +
 
 +
and a circle follows the mouse.
    
===Going further===
 
===Going further===
2,486

edits

Navigation menu