Advertisement
Guest User

YinYang

a guest
Apr 5th, 2014
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.48 KB | None | 0 0
  1. {
  2.  
  3.  
  4. "info":
  5. {
  6. "name": "YinYang",
  7. "author": "foolwise"
  8. },
  9.  
  10.  
  11. "switches":
  12. {
  13.  
  14. "38,8":
  15. {
  16. "toggle":
  17. [
  18. { "pos": { "x": 35, "y": 7 } },
  19. { "pos": { "x": 35, "y": 8 } },
  20. { "pos": { "x": 35, "y": 9 } }
  21. ]
  22. },
  23.  
  24. "32,17":
  25. {
  26. "toggle":
  27. [
  28. { "pos": { "x": 35, "y": 16 } },
  29. { "pos": { "x": 35, "y": 17 } },
  30. { "pos": { "x": 35, "y": 18 } }
  31. ]
  32. },
  33.  
  34. "17,32":
  35. {
  36. "toggle":
  37. [
  38. { "pos": { "x": 14, "y": 31 } },
  39. { "pos": { "x": 14, "y": 32 } },
  40. { "pos": { "x": 14, "y": 33 } }
  41. ]
  42. },
  43.  
  44. "11,41":
  45. {
  46. "toggle":
  47. [
  48. { "pos": { "x": 14, "y": 40 } },
  49. { "pos": { "x": 14, "y": 41 } },
  50. { "pos": { "x": 14, "y": 42 } }
  51. ]
  52. }
  53.  
  54. },
  55.  
  56.  
  57. "fields":
  58. {
  59. "35,7": { "defaultState": "off" },
  60. "35,8": { "defaultState": "off" },
  61. "35,9": { "defaultState": "off" },
  62. "35,16": { "defaultState": "off" },
  63. "35,17": { "defaultState": "off" },
  64. "35,18": { "defaultState": "off" },
  65. "14,31": { "defaultState": "off" },
  66. "14,32": { "defaultState": "off" },
  67. "14,33": { "defaultState": "off" },
  68. "14,40": { "defaultState": "off" },
  69. "14,41": { "defaultState": "off" },
  70. "14,42": { "defaultState": "off" }
  71. }
  72.  
  73.  
  74. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement