| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051 |
- {
- "name": "Platforms",
- "lives": 3,
- "released": false,
- "balls": [
- {
- "position": [
- 220, 60
- ]
- }
- ],
- "rails": [
- {
- "start": [ 0, 200 ],
- "end": [ 280, 280 ]
- },
- {
- "start": [ 360, 500 ],
- "end": [ 630, 420 ]
- },
- {
- "start": [ 0, 600 ],
- "end": [ 280, 680 ]
- },
- {
- "start": [ 360, 880 ],
- "end": [ 630, 800 ]
- },
- // left wall
- {
- "start": [ 0, 0 ],
- "end": [ 0, 1080 ]
- },
- // right wall
- {
- "start": [ 630, 1080 ],
- "end": [ 630, 0 ]
- },
- // bottom left
- {
- "start": [ 0, 1080 ],
- "end": [ 220, 1180 ]
- },
- // bottom right
- {
- "start": [ 420, 1180 ],
- "end": [ 630, 1080 ]
- }
- ]
- }
|