71 lines
902 B
JSON
71 lines
902 B
JSON
{
|
|
"version": 1,
|
|
"level": 6,
|
|
"name": "Powder Keg",
|
|
"episode": 1,
|
|
"world": {
|
|
"w": 2400,
|
|
"h": 1080,
|
|
"groundY": 900,
|
|
"slingX": 300,
|
|
"slingY": 750
|
|
},
|
|
"birds": [
|
|
"red",
|
|
"chuck",
|
|
"blue"
|
|
],
|
|
"blocks": [
|
|
{
|
|
"x": 1280,
|
|
"y": 845,
|
|
"w": 24,
|
|
"h": 110,
|
|
"material": "wood"
|
|
},
|
|
{
|
|
"x": 1520,
|
|
"y": 845,
|
|
"w": 24,
|
|
"h": 110,
|
|
"material": "wood"
|
|
},
|
|
{
|
|
"x": 1400,
|
|
"y": 775,
|
|
"w": 280,
|
|
"h": 30,
|
|
"material": "stone"
|
|
},
|
|
{
|
|
"x": 1400,
|
|
"y": 860,
|
|
"w": 70,
|
|
"h": 80,
|
|
"material": "tnt"
|
|
}
|
|
],
|
|
"pigs": [
|
|
{
|
|
"x": 1300,
|
|
"y": 880,
|
|
"r": 20
|
|
},
|
|
{
|
|
"x": 1500,
|
|
"y": 880,
|
|
"r": 20
|
|
},
|
|
{
|
|
"x": 1400,
|
|
"y": 706,
|
|
"r": 22
|
|
}
|
|
],
|
|
"stars": [
|
|
40000,
|
|
55000,
|
|
70000
|
|
]
|
|
}
|