fertig-classic-games/assets/gamedata/peggle/level-039.json

142 lines
2.1 KiB
JSON

{
"version": 1,
"board": {
"width": 1200,
"height": 900
},
"orangeCount": 18,
"greenCount": 2,
"pegs": [
{
"x": 238,
"y": 230,
"shape": "circle",
"r": 16,
"orangeEligible": true
},
{
"x": 280,
"y": 200,
"shape": "circle",
"r": 16,
"orangeEligible": true
},
{
"x": 322,
"y": 230,
"shape": "circle",
"r": 16,
"orangeEligible": true
},
{
"x": 518,
"y": 205,
"shape": "circle",
"r": 16,
"orangeEligible": true
},
{
"x": 602,
"y": 205,
"shape": "circle",
"r": 16,
"orangeEligible": true
},
{
"x": 798,
"y": 235,
"shape": "circle",
"r": 16,
"orangeEligible": true
},
{
"x": 840,
"y": 205,
"shape": "circle",
"r": 16,
"orangeEligible": true
},
{
"x": 882,
"y": 235,
"shape": "circle",
"r": 16,
"orangeEligible": true
},
{
"x": 1055,
"y": 210,
"shape": "circle",
"r": 16,
"orangeEligible": true
}
],
"walls": [],
"moving": [],
"curves": [
{
"anchors": [
{
"x": 120,
"y": 360
},
{
"x": 600,
"y": 360
},
{
"x": 1080,
"y": 360
}
],
"bends": [
70,
-70
],
"orangeEligible": true
},
{
"anchors": [
{
"x": 120,
"y": 530
},
{
"x": 600,
"y": 530
},
{
"x": 1080,
"y": 530
}
],
"bends": [
-70,
70
],
"orangeEligible": true
},
{
"anchors": [
{
"x": 120,
"y": 700
},
{
"x": 600,
"y": 700
},
{
"x": 1080,
"y": 700
}
],
"bends": [
70,
-70
],
"orangeEligible": true
}
]
}