Advertisement
Guest User

Untitled

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