Advertisement
Guest User

Untitled

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