更新 'ship.py'

This commit is contained in:
206530210 2021-06-17 20:30:03 +08:00
parent aa2744342b
commit 3a8b1c1fd5
1 changed files with 1 additions and 1 deletions

View File

@ -8,4 +8,4 @@ class Ship(Sprite):
"""初始化飞船并设置其初始位置"""
super(Ship, self).__init__()
self.screen = screen
self.ai_settings = ai_setting
self.ai_settings = ai_settings