From 560adeb0ce9c08c69e2147f5835bbe5391b3cac6 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, 9 May 2022 10:27:46 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E5=9B=9E=E8=B5=B7=E5=A7=8B=E5=85=B3?= =?UTF-8?q?=E5=8D=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- source/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/constants.py b/source/constants.py index 88b32d2..92204ce 100755 --- a/source/constants.py +++ b/source/constants.py @@ -1,5 +1,5 @@ # 冒险模式起始关卡 -START_LEVEL_NUM = 3 +START_LEVEL_NUM = 1 # 小游戏模式起始关卡 START_LITTLE_GAME_NUM = 1