27 lines
368 B
JSON
27 lines
368 B
JSON
{
|
|
"name": "Main course",
|
|
"image": "",
|
|
"chapters": [
|
|
{
|
|
"name": "Tutorial",
|
|
"image": "",
|
|
"levels": [
|
|
{
|
|
"name": "My super level",
|
|
"width": 2560,
|
|
"height": 2560,
|
|
"objects": [
|
|
{
|
|
"name": "Solid",
|
|
"x": 100,
|
|
"y": 100,
|
|
"width": 200,
|
|
"height": 8,
|
|
"angle": 0
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
]
|
|
} |