更新 'ship.py'

This commit is contained in:
203320126 2021-06-24 13:41:33 +08:00
parent 8040a6d378
commit 223f2be500
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ from pygame.sprite import Sprite
class Ship(Sprite):
def __init__(self,ai_settings, screen):
"""初始化飞船并设置其初"""
"""初始化飞船并设置其初"""
super(Ship, self).__init__()
self.screen = screen
self.ai_seetings = ai_settings