Removed rectangle

master
David Raison 2014-08-31 12:09:07 +02:00
parent 16018b5c97
commit 1fa7f9048b
1 changed files with 0 additions and 1 deletions

View File

@ -24,7 +24,6 @@ class Crystal:
def blitme(self):
pygame.draw.ellipse(self.screen, self.color, self.pos, 0)
pygame.draw.rect(self.screen, WHITE, self.pos, 2)
def setColor(self, color):