From ac50935e91ca336eadb0679c7ab3ff2ab7824443 Mon Sep 17 00:00:00 2001 From: 201110504 <2212101313@qq.com> Date: Thu, 24 Jun 2021 10:26:58 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'scoreboard.py'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scoreboard.py | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/scoreboard.py b/scoreboard.py index 6abbe1d..f221cb6 100644 --- a/scoreboard.py +++ b/scoreboard.py @@ -78,13 +78,4 @@ class Scoreboard: ship = Ship(self.ai_game) ship.rect.x = 10 + ship_number * ship.rect.width ship.rect.y = 10 - self.ships.add(ship) - - - - - - - - - + self.ships.add(ship) \ No newline at end of file