Advertisement
Guest User

Through the Middle

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