Changes

Line 102: Line 102:  
                     pygame.display.set_mode(event.size, pygame.RESIZABLE)
 
                     pygame.display.set_mode(event.size, pygame.RESIZABLE)
 
   
 
   
 +
            # Check the mouse position
 +
            x, y = pygame.mouse.get_pos()
 +
 
 
             # Clear Display
 
             # Clear Display
 
             screen.fill((255,255,255)) #255 for white
 
             screen.fill((255,255,255)) #255 for white
273

edits