Advertisement
Guest User

Untitled

a guest
Oct 9th, 2013
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.32 KB | None | 0 0
  1. {
  2. "info": {
  3. "name": "Foozball",
  4. "author": "Pancake"
  5. },
  6. "switches": {
  7. "67,10": {
  8. "toggle": [
  9. { "pos": { "x": 70, "y": 14 } },
  10. { "pos": { "x": 69, "y": 15 } },
  11. { "pos": { "x": 68, "y": 16 } }
  12. ]
  13. },
  14.  
  15. "13,24": {
  16. "toggle": [
  17. { "pos": { "x": 12, "y": 18 } },
  18. { "pos": { "x": 11, "y": 19 } },
  19. { "pos": { "x": 10, "y": 20 } }
  20.  
  21. ]
  22. },
  23. "48,3": {
  24. "toggle": [
  25. { "pos": { "x": 48, "y": 6 } }
  26. ]
  27. },
  28.  
  29. "48,31": {
  30. "toggle": [
  31. { "pos": { "x": 48, "y": 28 } }
  32. ]
  33. },
  34.  
  35. "32,3": {
  36. "toggle": [
  37. { "pos": { "x": 32, "y": 6 } }
  38. ]
  39. },
  40.  
  41. "32,31": {
  42. "toggle": [
  43. { "pos": { "x": 32, "y": 28 } }
  44. ]
  45. },
  46.  
  47. "13,10": {
  48. "toggle": [
  49. { "pos": { "x": 9, "y": 13 } }
  50. ]
  51. },
  52.  
  53. "67,24": {
  54. "toggle": [
  55. { "pos": { "x": 71, "y": 21 } }
  56. ]
  57. },
  58.  
  59. "59,12": {
  60. "toggle": [
  61. { "pos": { "x": 52, "y": 14 } },
  62. { "pos": { "x": 52, "y": 15 } },
  63. { "pos": { "x": 52, "y": 16 } }
  64. ]
  65. },
  66.  
  67. "21,22": {
  68. "toggle": [
  69. { "pos": { "x": 28, "y": 18 } },
  70. { "pos": { "x": 28, "y": 19 } },
  71. { "pos": { "x": 28, "y": 20 } }
  72. ]
  73. }
  74. },
  75.  
  76. "fields": {
  77. "10,20" : { "defaultState": "blue" },
  78. "11,19" : { "defaultState": "blue" },
  79. "12,18" : { "defaultState": "blue" },
  80. "28,18" : { "defaultState": "blue" },
  81. "28,19" : { "defaultState": "blue" },
  82. "28,20" : { "defaultState": "blue" },
  83. "52,14" : { "defaultState": "red" },
  84. "52,15" : { "defaultState": "red" },
  85. "52,16" : { "defaultState": "red" },
  86. "68,16" : { "defaultState": "red" },
  87. "69,15" : { "defaultState": "red" },
  88. "70,14" : { "defaultState": "red" }
  89. }
  90. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement