73 lines
935 B
JSON
73 lines
935 B
JSON
{
|
|
"version": 1,
|
|
"level": 4,
|
|
"name": "Thin Ice",
|
|
"episode": 1,
|
|
"world": {
|
|
"w": 2400,
|
|
"h": 1080,
|
|
"groundY": 900,
|
|
"slingX": 300,
|
|
"slingY": 750
|
|
},
|
|
"birds": [
|
|
"red",
|
|
"red",
|
|
"red"
|
|
],
|
|
"blocks": [
|
|
{
|
|
"x": 1250,
|
|
"y": 840,
|
|
"w": 28,
|
|
"h": 120,
|
|
"material": "ice"
|
|
},
|
|
{
|
|
"x": 1400,
|
|
"y": 840,
|
|
"w": 28,
|
|
"h": 120,
|
|
"material": "ice"
|
|
},
|
|
{
|
|
"x": 1325,
|
|
"y": 768,
|
|
"w": 200,
|
|
"h": 24,
|
|
"material": "ice"
|
|
},
|
|
{
|
|
"x": 1550,
|
|
"y": 840,
|
|
"w": 28,
|
|
"h": 120,
|
|
"material": "ice"
|
|
},
|
|
{
|
|
"x": 1480,
|
|
"y": 768,
|
|
"w": 180,
|
|
"h": 24,
|
|
"material": "ice"
|
|
}
|
|
],
|
|
"pigs": [
|
|
{
|
|
"x": 1325,
|
|
"y": 878,
|
|
"r": 22
|
|
},
|
|
{
|
|
"x": 1480,
|
|
"y": 878,
|
|
"r": 22
|
|
}
|
|
],
|
|
"stars": [
|
|
30000,
|
|
42000,
|
|
54000
|
|
]
|
|
}
|