Skip to content

Instantly share code, notes, and snippets.

@miranda
Created October 7, 2010 19:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save miranda/615768 to your computer and use it in GitHub Desktop.
Save miranda/615768 to your computer and use it in GitHub Desktop.
{
"levels": [
{
"level_num": 1,
"plant_type": 0,
"color_scheme": 0,
"num_waves": 3,
"wave1": [
{
"num_centipede": 2,
"centipede1": [{
"segments": 10,
"speed": 0.15,
"head_speed": 0.05
}],
"centipede2": [{
"segments": 10,
"speed": 0.15,
"head_speed": 0.05,
"time": 30
}]
}],
"wave2": [
{
"num_butterflies": 1,
"butterflies1": [{
"count": 5,
"speed": 0.5
}]
}],
"wave3": [
{
"num_centipede": 1,
"num_butterflies": 1,
"centipede1": [{
"segments": 10,
"speed": 0.15,
"head_speed": 0.05
}],
"butterflies1": [{
"count": 5,
"speed": 0.5
}]
}]
},
{
"level_num": 2,
"plant_type": 0,
"color_scheme": 1,
"num_waves": 3,
"wave1": [
{
"num_centipede": 1,
"centipede1": [{
"segments": 20,
"speed": 0.085,
"head_speed": 0.0425
}]
}],
"wave2": [
{
"num_butterflies": 1,
"butterflies1": [{
"count": 10,
"speed": 0.1
}]
}],
"wave3": [
{
"num_centipede": 1,
"num_butterflies": 1,
"centipede1": [{
"segments": 20,
"speed": 0.085,
"head_speed": 0.0425
}],
"butterflies1": [{
"count": 10,
"speed": 0.1
}]
}]
}]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment