mirror of
https://github.com/redphx/better-xcloud.git
synced 2025-06-07 08:07:18 +02:00
Brotato dev: rename layouts
This commit is contained in:
parent
3deaa97cf7
commit
d5d7a55a2f
@ -1,10 +1,142 @@
|
|||||||
{
|
{
|
||||||
"schema_version": 2,
|
"schema_version": 2,
|
||||||
"name": "Brotato",
|
"name": "Brotato",
|
||||||
"default_layout": "one-hand-left",
|
"default_layout": "one-handed-left",
|
||||||
"layouts": {
|
"layouts": {
|
||||||
"default": {
|
"one-handed-left": {
|
||||||
"name": "Default",
|
"name": "One-handed (Left)",
|
||||||
|
"content": {
|
||||||
|
"left": {
|
||||||
|
"inner": [
|
||||||
|
{
|
||||||
|
"type": "joystick",
|
||||||
|
"relative": false,
|
||||||
|
"axis": {
|
||||||
|
"input": "axisXY",
|
||||||
|
"output": "leftJoystick"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"outer": [
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"type": "directionalPad",
|
||||||
|
"styles": {
|
||||||
|
"idle": {
|
||||||
|
"opacity": 0.5
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
],
|
||||||
|
null,
|
||||||
|
{
|
||||||
|
"type": "button",
|
||||||
|
"action": "gamepadA",
|
||||||
|
"styles": {
|
||||||
|
"idle": {
|
||||||
|
"opacity": 0.5
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "button",
|
||||||
|
"action": "gamepadB",
|
||||||
|
"styles": {
|
||||||
|
"idle": {
|
||||||
|
"opacity": 0.5
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "button",
|
||||||
|
"action": "rightBumper",
|
||||||
|
"styles": {
|
||||||
|
"idle": {
|
||||||
|
"opacity": 0.5
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"upper": {
|
||||||
|
"right": [
|
||||||
|
{
|
||||||
|
"type": "button",
|
||||||
|
"action": "menu"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"one-handed-right": {
|
||||||
|
"name": "One-handed (Right)",
|
||||||
|
"content": {
|
||||||
|
"right": {
|
||||||
|
"inner": [
|
||||||
|
{
|
||||||
|
"type": "joystick",
|
||||||
|
"relative": false,
|
||||||
|
"axis": {
|
||||||
|
"input": "axisXY",
|
||||||
|
"output": "leftJoystick"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"outer": [
|
||||||
|
{
|
||||||
|
"type": "button",
|
||||||
|
"action": "rightBumper",
|
||||||
|
"styles": {
|
||||||
|
"idle": {
|
||||||
|
"opacity": 0.5
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "button",
|
||||||
|
"action": "gamepadB",
|
||||||
|
"styles": {
|
||||||
|
"idle": {
|
||||||
|
"opacity": 0.5
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "button",
|
||||||
|
"action": "gamepadA",
|
||||||
|
"styles": {
|
||||||
|
"idle": {
|
||||||
|
"opacity": 0.5
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
null,
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"type": "directionalPad",
|
||||||
|
"styles": {
|
||||||
|
"idle": {
|
||||||
|
"opacity": 0.5
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"upper": {
|
||||||
|
"right": [
|
||||||
|
{
|
||||||
|
"type": "button",
|
||||||
|
"action": "menu"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"simplified": {
|
||||||
|
"name": "Simplified",
|
||||||
"content": {
|
"content": {
|
||||||
"left": {
|
"left": {
|
||||||
"inner": [
|
"inner": [
|
||||||
@ -63,8 +195,8 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"default-aim": {
|
"simplified-full": {
|
||||||
"name": "Default with Aim",
|
"name": "Simplified (2 joysticks)",
|
||||||
"content": {
|
"content": {
|
||||||
"left": {
|
"left": {
|
||||||
"inner": [
|
"inner": [
|
||||||
@ -142,138 +274,6 @@
|
|||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
|
||||||
"one-hand-left": {
|
|
||||||
"name": "One hand (Left)",
|
|
||||||
"content": {
|
|
||||||
"left": {
|
|
||||||
"inner": [
|
|
||||||
{
|
|
||||||
"type": "joystick",
|
|
||||||
"relative": false,
|
|
||||||
"axis": {
|
|
||||||
"input": "axisXY",
|
|
||||||
"output": "leftJoystick"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"outer": [
|
|
||||||
null,
|
|
||||||
null,
|
|
||||||
[
|
|
||||||
{
|
|
||||||
"type": "directionalPad",
|
|
||||||
"styles": {
|
|
||||||
"idle": {
|
|
||||||
"opacity": 0.5
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
],
|
|
||||||
null,
|
|
||||||
{
|
|
||||||
"type": "button",
|
|
||||||
"action": "gamepadA",
|
|
||||||
"styles": {
|
|
||||||
"idle": {
|
|
||||||
"opacity": 0.5
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"type": "button",
|
|
||||||
"action": "gamepadB",
|
|
||||||
"styles": {
|
|
||||||
"idle": {
|
|
||||||
"opacity": 0.5
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"type": "button",
|
|
||||||
"action": "rightBumper",
|
|
||||||
"styles": {
|
|
||||||
"idle": {
|
|
||||||
"opacity": 0.5
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"upper": {
|
|
||||||
"right": [
|
|
||||||
{
|
|
||||||
"type": "button",
|
|
||||||
"action": "menu"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"one-hand-right": {
|
|
||||||
"name": "One hand (Right)",
|
|
||||||
"content": {
|
|
||||||
"right": {
|
|
||||||
"inner": [
|
|
||||||
{
|
|
||||||
"type": "joystick",
|
|
||||||
"relative": false,
|
|
||||||
"axis": {
|
|
||||||
"input": "axisXY",
|
|
||||||
"output": "leftJoystick"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"outer": [
|
|
||||||
{
|
|
||||||
"type": "button",
|
|
||||||
"action": "rightBumper",
|
|
||||||
"styles": {
|
|
||||||
"idle": {
|
|
||||||
"opacity": 0.5
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"type": "button",
|
|
||||||
"action": "gamepadB",
|
|
||||||
"styles": {
|
|
||||||
"idle": {
|
|
||||||
"opacity": 0.5
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"type": "button",
|
|
||||||
"action": "gamepadA",
|
|
||||||
"styles": {
|
|
||||||
"idle": {
|
|
||||||
"opacity": 0.5
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
null,
|
|
||||||
[
|
|
||||||
{
|
|
||||||
"type": "directionalPad",
|
|
||||||
"styles": {
|
|
||||||
"idle": {
|
|
||||||
"opacity": 0.5
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
]
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"upper": {
|
|
||||||
"right": [
|
|
||||||
{
|
|
||||||
"type": "button",
|
|
||||||
"action": "menu"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user