Skip to content

Instantly share code, notes, and snippets.

@adamwiggins
Forked from miranda/levels.json
Created October 7, 2010 20:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save adamwiggins/615787 to your computer and use it in GitHub Desktop.
Save adamwiggins/615787 to your computer and use it in GitHub Desktop.
{
"levels": [
{
"level_num": 1,
"plant_type": 0,
"color_scheme": 0,
"num_waves": 3,
"waves": [
{
"wave_num": 1,
"centipedes": [
{
"centipede_num": 1,
"segments": 10,
"speed": 0.15,
"head_speed": 0.05
},
{
"centipede_num": 2,
"segments": 10,
"speed": 0.15,
"head_speed": 0.05,
"time": 30
}
]
},
{
"wave_num": 2,
"butterflies": [
{
"butterfly_num", 1,
"count": 5,
"speed": 0.5
}
]
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment