Advertisement
Guest User

Highways

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