Advertisement
Guest User

Crossroads.json

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