From 3a8b1c1fd540d297a61a783e6bb62419365e68f9 Mon Sep 17 00:00:00 2001 From: 206530210 <2242905818@qq.com> Date: Thu, 17 Jun 2021 20:30:03 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'ship.py'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ship.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ship.py b/ship.py index 0dfb630..d632e46 100644 --- a/ship.py +++ b/ship.py @@ -8,4 +8,4 @@ class Ship(Sprite): """初始化飞船并设置其初始位置""" super(Ship, self).__init__() self.screen = screen - self.ai_settings = ai_setting + self.ai_settings = ai_settings