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

17 lines
229 B
JSON
Raw Normal View History

2023-03-25 15:41:32 +01:00
[
{
"name": "1-1",
2023-03-26 17:12:12 +02:00
"theme": "castle",
2023-03-25 15:41:32 +01:00
"abilities": [
"dash"
],
"file": "1-1.csv"
2023-03-27 14:45:29 +02:00
},
{
"name": "0-tutorial",
"theme": "tutorial",
"abilities": [
],
"file": "0-tutorial.csv"
2023-03-25 15:41:32 +01:00
}
]