diff --git a/crystal.py b/crystal.py index a404bf4..2b36588 100644 --- a/crystal.py +++ b/crystal.py @@ -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):