添加 'ship.py'

This commit is contained in:
206530210 2021-06-17 19:40:46 +08:00
parent e14518c64a
commit 0f126d1e54
1 changed files with 5 additions and 0 deletions

5
ship.py Normal file
View File

@ -0,0 +1,5 @@
import pygame
from pygame.sprite import Sprite
class Ship(Sprite):