oh. thanks!
--- On Sun, 1/18/09, Ian Mallett <[email protected]> wrote: From: Ian Mallett <[email protected]> Subject: Re: [pygame] Problem with image scaling. To: [email protected] Date: Sunday, January 18, 2009, 6:07 PM -----Inline Attachment Follows----- Um, because you need to set the image to the scaled image. Try self.image = pygame.transform.scale(self.image, scalev) -I
