From 7208c2eb5f15f032efe455a2543d27f3e14f6595 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=98=9F=E5=A4=96=E4=B9=8B=E7=A5=9E?= Date: Fri, 27 May 2022 01:28:08 +0800 Subject: [PATCH] =?UTF-8?q?=E6=81=A2=E5=A4=8D=E8=B5=B7=E5=A7=8B=E5=85=B3?= =?UTF-8?q?=E5=8D=A1=EF=BC=8C=E8=AE=BE=E7=BD=AE=E5=8D=A1=E7=89=87=E6=9D=83?= =?UTF-8?q?=E9=87=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resources/data/map/littleGame_4.json | 4 ++-- source/constants.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/resources/data/map/littleGame_4.json b/resources/data/map/littleGame_4.json index a434873..561cf1b 100644 --- a/resources/data/map/littleGame_4.json +++ b/resources/data/map/littleGame_4.json @@ -9,13 +9,13 @@ "Zomboni"], "inevitable_zombie_list":{"30":["BucketheadZombie"]}, "card_pool":[ - {"name":"Lilypad"}, + {"name":"Lilypad"}, {"name":"Lilypad"}, {"name":"TorchWood"}, {"name":"TallNut"}, {"name":"TangleKlep"}, {"name":"Spikeweed"}, {"name":"Squash"}, {"name":"Jalapeno"}, - {"name":"Threepeater"} + {"name":"Threepeater"}, {"name":"Threepeater"}, {"name":"Threepeater"}, {"name":"Threepeater"}, {"name":"Threepeater"} ] } diff --git a/source/constants.py b/source/constants.py index 736d4a8..99c82bf 100755 --- a/source/constants.py +++ b/source/constants.py @@ -1,7 +1,7 @@ # 冒险模式起始关卡 START_LEVEL_NUM = 1 # 小游戏模式起始关卡 -START_LITTLE_GAME_NUM = 4 +START_LITTLE_GAME_NUM = 1 # 游戏速度倍率(调试用) GAME_RATE = 1