diff --git a/README.md b/README.md index d1571eb..32dbf81 100644 --- a/README.md +++ b/README.md @@ -68,9 +68,9 @@ python main.py * 1:引入:白昼模式——单行草皮 * 2:引入:白昼模式——三行草皮 * 3和4:白昼模式 - * 5:夜晚模式 - * 6和7:泳池模式 - * 8: 浓雾模式(暂时没有雾) + * 5和6:夜晚模式 + * 7、8和9:泳池模式 + * 10: 浓雾模式(暂时没有雾) * 小游戏模式: * 1:坚果保龄球模式 * 2:传送带模式(白天) diff --git a/resources/data/map/level_10.json b/resources/data/map/level_10.json new file mode 100644 index 0000000..6e87a73 --- /dev/null +++ b/resources/data/map/level_10.json @@ -0,0 +1,9 @@ +{ + "background_type":3, + "init_sun_value":50, + "shovel":1, + "spawn_zombies":"auto", + "included_zombies":["Zombie", "ConeheadZombie", "BucketheadZombie", "FootballZombie"], + "inevitable_zombie_list":{"20":["BucketheadZombie"], "30":["FootballZombie"]}, + "num_flags":4 +} diff --git a/resources/data/map/level_5.json b/resources/data/map/level_5.json index ca3da02..7d1e4fa 100644 --- a/resources/data/map/level_5.json +++ b/resources/data/map/level_5.json @@ -3,7 +3,6 @@ "init_sun_value":50, "shovel":1, "spawn_zombies":"auto", - "included_zombies":["Zombie", "ConeheadZombie", "BucketheadZombie", "ScreenDoorZombie"], - "inevitable_zombie_list":{"20":["BucketheadZombie"]}, - "num_flags":3 + "included_zombies":["Zombie", "ConeheadZombie", "ScreenDoorZombie"], + "num_flags":2 } diff --git a/resources/data/map/level_6.json b/resources/data/map/level_6.json index e044e90..cc83624 100644 --- a/resources/data/map/level_6.json +++ b/resources/data/map/level_6.json @@ -1,9 +1,9 @@ { - "background_type":2, + "background_type":1, "init_sun_value":50, "shovel":1, "spawn_zombies":"auto", - "included_zombies":["Zombie", "ConeheadZombie", "BucketheadZombie", "FootballZombie"], - "inevitable_zombie_list":{"20":["BucketheadZombie"], "30":["FootballZombie"]}, + "included_zombies":["Zombie", "ConeheadZombie", "ScreenDoorZombie", "BucketheadZombie", "FootballZombie"], + "inevitable_zombie_list":{"20":["ScreenDoorZombie"], "30":["FootballZombie"]}, "num_flags":4 } diff --git a/resources/data/map/level_7.json b/resources/data/map/level_7.json index 54ee331..2a35a9c 100644 --- a/resources/data/map/level_7.json +++ b/resources/data/map/level_7.json @@ -3,7 +3,6 @@ "init_sun_value":50, "shovel":1, "spawn_zombies":"auto", - "included_zombies":["Zombie", "Zomboni"], - "inevitable_zombie_list":{"30":["Zomboni"]}, - "num_flags":3 + "included_zombies":["Zombie", "ConeheadZombie", "BucketheadZombie"], + "num_flags":2 } diff --git a/resources/data/map/level_8.json b/resources/data/map/level_8.json index 6e87a73..e044e90 100644 --- a/resources/data/map/level_8.json +++ b/resources/data/map/level_8.json @@ -1,5 +1,5 @@ { - "background_type":3, + "background_type":2, "init_sun_value":50, "shovel":1, "spawn_zombies":"auto", diff --git a/resources/data/map/level_9.json b/resources/data/map/level_9.json new file mode 100644 index 0000000..54ee331 --- /dev/null +++ b/resources/data/map/level_9.json @@ -0,0 +1,9 @@ +{ + "background_type":2, + "init_sun_value":50, + "shovel":1, + "spawn_zombies":"auto", + "included_zombies":["Zombie", "Zomboni"], + "inevitable_zombie_list":{"30":["Zomboni"]}, + "num_flags":3 +}