66 lines
846 B
JSON
66 lines
846 B
JSON
{
|
|
"version": 1,
|
|
"level": 5,
|
|
"name": "Hard Going",
|
|
"episode": 1,
|
|
"world": {
|
|
"w": 2400,
|
|
"h": 1080,
|
|
"groundY": 900,
|
|
"slingX": 300,
|
|
"slingY": 750
|
|
},
|
|
"birds": [
|
|
"red",
|
|
"chuck",
|
|
"chuck"
|
|
],
|
|
"blocks": [
|
|
{
|
|
"x": 1300,
|
|
"y": 840,
|
|
"w": 34,
|
|
"h": 120,
|
|
"material": "stone"
|
|
},
|
|
{
|
|
"x": 1480,
|
|
"y": 840,
|
|
"w": 34,
|
|
"h": 120,
|
|
"material": "stone"
|
|
},
|
|
{
|
|
"x": 1390,
|
|
"y": 765,
|
|
"w": 240,
|
|
"h": 30,
|
|
"material": "stone"
|
|
},
|
|
{
|
|
"x": 1390,
|
|
"y": 705,
|
|
"w": 24,
|
|
"h": 90,
|
|
"material": "wood"
|
|
}
|
|
],
|
|
"pigs": [
|
|
{
|
|
"x": 1390,
|
|
"y": 878,
|
|
"r": 22
|
|
},
|
|
{
|
|
"x": 1390,
|
|
"y": 730,
|
|
"r": 20
|
|
}
|
|
],
|
|
"stars": [
|
|
32000,
|
|
45000,
|
|
58000
|
|
]
|
|
}
|