Advertisement
Guest User

Untitled

a guest
Dec 6th, 2013
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.72 KB | None | 0 0
  1. {
  2. "info": {
  3. "name": "Cathedral",
  4. "author": "Casper"
  5. },
  6. "switches": {
  7. "15,15": {
  8. "toggle": [
  9. {"pos": {"x":15,"y":11}},
  10. {"pos": {"x":16,"y":11}},
  11. {"pos": {"x":17,"y":11}},
  12. {"pos": {"x":14,"y":11}}
  13.  
  14. ]
  15. },
  16.  
  17. "9,15": {
  18. "toggle": [
  19. {"pos": {"x":7,"y":11}},
  20. {"pos": {"x":8,"y":11}},
  21. {"pos": {"x":9,"y":11}},
  22. {"pos": {"x":10,"y":11}} ]
  23. }
  24. },
  25.  
  26. "fields": {
  27. "15,11" : { "defaultState": "off" },
  28. "16,11" : { "defaultState": "off" },
  29. "17,11" : { "defaultState": "off" },
  30. "7,11" : { "defaultState": "off" },
  31. "8,11" : { "defaultState": "off" },
  32. "9,11" : { "defaultState": "off" },
  33. "14,11" : { "defaultState": "off" },
  34. "10,11" : { "defaultState": "off" }
  35. }
  36. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement