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

Re: [pygame] Problem with image scaling.



Um, because you need to set the image to the scaled image.  Try self.image = pygame.transform.scale(self.image, scalev)
-I