95_dbg Error.json 293 B

12345678910111213141516
  1. {
  2. "balls": [
  3. {
  4. // oh noes! we don't have a position!
  5. }
  6. ],
  7. "arcs": [
  8. {
  9. "position": [ 320, 800 ],
  10. "radius": 310,
  11. "start_angle": 90,
  12. "end_angle": 360,
  13. "surface": "INSIDE"
  14. }
  15. ]
  16. }