From cae76df7d5e5ca76e6e4cb88edbc7abc70661f7d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=98=9F=E5=A4=96=E4=B9=8B=E7=A5=9E?= Date: Sat, 14 May 2022 13:50:30 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=88=9D=E5=A7=8B=E5=85=B3?= =?UTF-8?q?=E5=8D=A1=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- source/constants.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/constants.py b/source/constants.py index 239a3cc..0be6c86 100755 --- a/source/constants.py +++ b/source/constants.py @@ -1,7 +1,7 @@ # 冒险模式起始关卡 -START_LEVEL_NUM = 0 +START_LEVEL_NUM = 1 # 小游戏模式起始关卡 -START_LITTLE_GAME_NUM = 0 +START_LITTLE_GAME_NUM = 1 # 窗口标题 ORIGINAL_CAPTION = 'pypvz'