- reCropped lawyer and adjusted offsets

master
Steve Clement 2014-08-31 02:04:04 +02:00
parent f98940e307
commit 7eec8ce9ac
2 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ class Crystal:
self.imageCenterY = self.screen.get_rect().centery
def blitme(self):
pygame.draw.ellipse(self.screen, self.color, (self.imageCenterX-158,self.imageCenterY-5,277,217), 0)
pygame.draw.ellipse(self.screen, self.color, (self.imageCenterX-100,self.imageCenterY-5,200,183), 0)
def setColor(self, color):
self.color = color

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 MiB

After

Width:  |  Height:  |  Size: 1.7 MiB