diff --git a/ship.py b/ship.py index 9b32123..6638dad 100644 --- a/ship.py +++ b/ship.py @@ -42,4 +42,5 @@ class Ship(Sprite): self.rect.centerx = self.centerx self.rect.centery = self.centery - \ No newline at end of file + def blitme(self): + self.screen.blit(self.image, self.rect) \ No newline at end of file