Advertisement
jargon

Linedancer (LD4) :: "UI/Gamepad Config.json"

Dec 29th, 2024
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.67 KB | Gaming | 0 0
  1. {
  2.     "buttons": [
  3.         { "name": "A", "x": 800, "y": 600, "radius": 50 },
  4.         { "name": "B", "x": 850, "y": 550, "radius": 50 },
  5.         { "name": "X", "x": 750, "y": 550, "radius": 50 },
  6.         { "name": "Y", "x": 800, "y": 500, "radius": 50 },
  7.         { "name": "Select", "x": 400, "y": 650, "radius": 40 },
  8.         { "name": "Start", "x": 600, "y": 650, "radius": 40 },
  9.         { "name": "Up", "x": 200, "y": 550, "radius": 50 },
  10.         { "name": "Down", "x": 200, "y": 650, "radius": 50 },
  11.         { "name": "Left", "x": 150, "y": 600, "radius": 50 },
  12.         { "name": "Right", "x": 250, "y": 600, "radius": 50 }
  13.     ],
  14.     "joysticks": [
  15.         { "x": 100, "y": 650, "radius": 75 },
  16.         { "x": 900, "y": 650, "radius": 75 }
  17.     ]
  18. }
  19.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement