Advertisement
Guest User

Heart.JSON

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