Advertisement
Guest User

Untitled

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