From 7e7018538d47b4642f6c92bd3b026e3fa756f0f0 Mon Sep 17 00:00:00 2001 From: 206530221 <978645995@qq.com> Date: Mon, 21 Jun 2021 20:45:54 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8A=E4=BC=A0=E6=96=87=E4=BB=B6=E8=87=B3?= =?UTF-8?q?=20''?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scoreboard.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/scoreboard.py b/scoreboard.py index eb4ec72..bf357bc 100644 --- a/scoreboard.py +++ b/scoreboard.py @@ -18,3 +18,9 @@ class Scoreboard(): self.text_color = (30, 30, 30) self.font = pygame.font.SysFont(None, 48) + # 准备包含最高得分和当前得分的图像 + self.prep_score() + self.prep_high_score() + self.prep_level() + self.prep_ships() +