turnip-boy: rearrange buttons

This commit is contained in:
redphx
2024-02-10 18:32:55 +07:00
parent df79d23d3d
commit 488ce5a67c

View File

@@ -10,7 +10,11 @@
"type": "joystick", "type": "joystick",
"axis": { "axis": {
"input": "axisXY", "input": "axisXY",
"output": "leftJoystick" "output": "leftJoystick",
"deadzone": {
"threshold": 0.05,
"radial": true
}
} }
} }
], ],
@@ -38,15 +42,15 @@
"expand": false, "expand": false,
"axis": { "axis": {
"input": "axisXY", "input": "axisXY",
"output": "rightJoystick" "output": "rightJoystick",
"deadzone": {
"threshold": 0.05,
"radial": true
}
} }
} }
], ],
"outer": [ "outer": [
null,
null,
null,
null,
null, null,
[ [
{ {
@@ -63,6 +67,7 @@
}, },
null null
], ],
[
{ {
"type": "button", "type": "button",
"action": "gamepadA", "action": "gamepadA",
@@ -74,7 +79,9 @@
} }
} }
} }
} },
null
]
] ]
}, },
"upper": { "upper": {