Advertisement
Guest User

The Three Path

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