加入引导模式
This commit is contained in:
parent
a64d95f988
commit
97e2ac7edf
@ -1,8 +1,8 @@
|
||||
{
|
||||
"background_type": 0,
|
||||
"background_type": 7,
|
||||
"init_sun_value": 50,
|
||||
"shovel": 1,
|
||||
"spawn_zombies":"auto",
|
||||
"included_zombies":["Zombie"],
|
||||
"num_flags":2
|
||||
"num_flags":1
|
||||
}
|
||||
|
||||
@ -1,8 +1,8 @@
|
||||
{
|
||||
"background_type":0,
|
||||
"init_sun_value":50,
|
||||
"shovel":1,
|
||||
"background_type": 8,
|
||||
"init_sun_value": 50,
|
||||
"shovel": 1,
|
||||
"spawn_zombies":"auto",
|
||||
"included_zombies":["Zombie", "ConeheadZombie", "PoleVaultingZombie"],
|
||||
"num_flags":3
|
||||
"included_zombies":["Zombie"],
|
||||
"num_flags":1
|
||||
}
|
||||
|
||||
@ -1,9 +1,8 @@
|
||||
{
|
||||
"background_type":1,
|
||||
"init_sun_value":50,
|
||||
"shovel":1,
|
||||
"background_type": 0,
|
||||
"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"],
|
||||
"num_flags":2
|
||||
}
|
||||
|
||||
@ -1,9 +1,8 @@
|
||||
{
|
||||
"background_type":2,
|
||||
"background_type":0,
|
||||
"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
|
||||
"included_zombies":["Zombie", "ConeheadZombie", "PoleVaultingZombie"],
|
||||
"num_flags":3
|
||||
}
|
||||
|
||||
@ -1,9 +1,9 @@
|
||||
{
|
||||
"background_type":2,
|
||||
"background_type":1,
|
||||
"init_sun_value":50,
|
||||
"shovel":1,
|
||||
"spawn_zombies":"auto",
|
||||
"included_zombies":["Zombie", "Zomboni"],
|
||||
"inevitable_zombie_list":{"30":["Zomboni"]},
|
||||
"included_zombies":["Zombie", "ConeheadZombie", "BucketheadZombie", "ScreenDoorZombie"],
|
||||
"inevitable_zombie_list":{"20":["BucketheadZombie"]},
|
||||
"num_flags":3
|
||||
}
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
{
|
||||
"background_type":3,
|
||||
"background_type":2,
|
||||
"init_sun_value":50,
|
||||
"shovel":1,
|
||||
"spawn_zombies":"auto",
|
||||
|
||||
9
resources/data/map/level_7.json
Normal file
9
resources/data/map/level_7.json
Normal file
@ -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
|
||||
}
|
||||
9
resources/data/map/level_8.json
Normal file
9
resources/data/map/level_8.json
Normal file
@ -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
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user