添加 'alien.py'

This commit is contained in:
206530230 2021-06-17 19:54:37 +08:00
parent 9f1ae68739
commit 6c7efecfa8
1 changed files with 6 additions and 0 deletions

6
alien.py Normal file
View File

@ -0,0 +1,6 @@
import pygame
from pygame.sprite import Sprite
class Alien(Sprite):
"""表示单个外星人的类"""