From 363a39e6ea5c2a7d7bcde6f0e2aaa7254e717f05 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=98=9F=E5=A4=96=E4=B9=8B=E7=A5=9E?= Date: Mon, 2 May 2022 22:20:19 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8C=BA=E5=88=86=E8=BE=93=E5=87=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- source/state/level.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/state/level.py b/source/state/level.py index 7da3a8a..0cd04f4 100644 --- a/source/state/level.py +++ b/source/state/level.py @@ -44,7 +44,7 @@ class Level(tool.State): self.map_data = json.load(f) f.close() except Exception as e: - print("game over") + print("成功通关!") if self.mode == c.MODE_ADVENTURE: self.game_info[c.LEVEL_NUM] = c.START_LEVEL_NUM elif self.mode == c.MODE_LITTLEGAME: