Advertisement
Guest User

swoop

a guest
Feb 19th, 2014
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.16 KB | None | 0 0
  1. {
  2.  
  3.  
  4. "info":
  5. {
  6. "name": "Swoop",
  7. "author": "David Stern"
  8. },
  9.  
  10.  
  11. "switches":
  12. {
  13.  
  14. "28,10":
  15. {
  16. "toggle":
  17. [
  18. { "pos": { "x": 22, "y": 9 } },
  19. { "pos": { "x": 23, "y": 10 } },
  20. { "pos": { "x": 24, "y": 11 } },
  21. { "pos": { "x": 25, "y": 12 } },
  22. { "pos": { "x": 26, "y": 13 } }
  23. ]
  24. },
  25.  
  26. "13,39":
  27. {
  28. "toggle":
  29. [
  30. { "pos": { "x": 15, "y": 36 } },
  31. { "pos": { "x": 16, "y": 37 } },
  32. { "pos": { "x": 17, "y": 38 } },
  33. { "pos": { "x": 18, "y": 39 } },
  34. { "pos": { "x": 19, "y": 40 } }
  35. ]
  36. }
  37.  
  38. },
  39.  
  40.  
  41. "fields":
  42. {
  43. "22,9": { "defaultState": "off" },
  44. "23,10": { "defaultState": "off" },
  45. "24,11": { "defaultState": "off" },
  46. "25,12": { "defaultState": "off" },
  47. "26,13": { "defaultState": "off" },
  48. "15,36": { "defaultState": "off" },
  49. "16,37": { "defaultState": "off" },
  50. "17,38": { "defaultState": "off" },
  51. "18,39": { "defaultState": "off" },
  52. "19,40": { "defaultState": "off" }
  53. }
  54.  
  55.  
  56. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement