40_dbg Arc Test.json 320 B

12345678910111213141516171819
  1. {
  2. "lives": {
  3. "value": 1
  4. },
  5. "balls": [
  6. {
  7. "position": [ 50, 140 ]
  8. }
  9. ],
  10. "arcs": [
  11. {
  12. "position": [ 320, 800 ],
  13. "radius": 310,
  14. "start_angle": 90,
  15. "end_angle": 360,
  16. "surface": "INSIDE"
  17. }
  18. ]
  19. }