- reCropped lawyer and adjusted offsets
parent
f98940e307
commit
7eec8ce9ac
|
@ -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 |
Loading…
Reference in New Issue