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