[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[pygame] how to get point where is an image ...



 player = pygame.image.load('player.jpg').convert()
 .....
  I move player to other point, the initial point was (0,0) how I can get new (x,y) where player is drawed?