New code added

This commit is contained in:
2021-04-05 19:40:57 +02:00
parent a60378bcc0
commit 9391f82df8
6 changed files with 15 additions and 6 deletions

View File

@ -1,3 +1,5 @@
"""test"""
import pygame
class Ship:
@ -18,4 +20,3 @@ class Ship:
def blitme(self):
"""Draw the ship at its current location"""
self.screen.blit(self.image, self.rect)