Advertisement
Guest User

Untitled

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