| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576 |
- {
- "name": "El Ocho",
- "balls": [
- {
- "position": [ 580, 580 ],
- "velocity": [ -9.0, -0.2 ]
- }
- ],
- "flippers": [
- {
- "position": [ 130, 1200 ],
- "side": "LEFT",
- "size": 125
- },
- {
- "position": [ 490, 1200 ],
- "side": "RIGHT",
- "size": 125
- }
- ],
- "arcs": [
- {
- // top
- "position": [ 320, 330 ],
- "radius": 310,
- "start_angle": 290,
- "end_angle": 250, // 250 / 610
- "surface": "INSIDE"
- },
- {
- // bottom left
- "position": [ 320, 920 ],
- "radius": 310,
- "start_angle": 110,
- "end_angle": 240,
- "surface": "INSIDE"
- },
- {
- // bottom right
- "position": [ 320, 920 ],
- "radius": 310,
- "start_angle": 300,
- "end_angle": 70,
- "surface": "INSIDE"
- },
- {
- "position": [ 320, 330 ],
- "radius": 80,
- "start_angle": 180,
- "end_angle": 360,
- "bounce": 1.1
- },
- {
- "position": [ 320, 920 ],
- "radius": 80,
- "start_angle": 0,
- "end_angle": 180,
- "bounce": 1.1
- }
- ],
- "portals": [
- {
- "a_start": [ 400, 920 ],
- "a_end": [ 240, 920 ],
- "b_start": [ 240, 330 ],
- "b_end": [ 400, 330 ]
- }
- ],
- "bumpers": [
- {
- "position": [ 320, 220 ],
- "radius": 30
- }
- ]
- }
|