sep-pm-platformer/project/data/levels/levels.json

17 lines
229 B
JSON

[
{
"name": "1-1",
"theme": "castle",
"abilities": [
"dash"
],
"file": "1-1.csv"
},
{
"name": "0-tutorial",
"theme": "tutorial",
"abilities": [
],
"file": "0-tutorial.csv"
}
]