diff --git a/touch-layouts/398011207.json b/touch-layouts/398011207.json new file mode 100644 index 0000000..d2ae45f --- /dev/null +++ b/touch-layouts/398011207.json @@ -0,0 +1,7 @@ +{ + "name": "LIMBO", + "default_layout": "custom", + "layouts": [ + "limbo" + ] +} diff --git a/touch-layouts/885488152.json b/touch-layouts/885488152.json new file mode 100644 index 0000000..36a5717 --- /dev/null +++ b/touch-layouts/885488152.json @@ -0,0 +1,7 @@ +{ + "name": "INSIDE", + "default_layout": "custom", + "layouts": [ + "inside" + ] +} diff --git a/touch-layouts/layouts/inside.json b/touch-layouts/layouts/inside.json new file mode 100644 index 0000000..5281959 --- /dev/null +++ b/touch-layouts/layouts/inside.json @@ -0,0 +1,73 @@ +{ + "schema_version": 1, + "layouts": { + "custom": { + "name": "Custom", + "content": { + "left": { + "inner": [ + { + "type": "joystick", + "expand": false, + "axis": { + "input": "axisXY", + "output": "leftJoystick", + "deadzone": { + "threshold": 0.05, + "radial": true + } + } + } + ] + }, + "right": { + "inner": [ + { + "type": "button", + "action": "gamepadA", + "styles": { + "default": { + "faceImage": { + "type": "icon", + "value": "jump" + } + } + } + } + ], + "outer": [ + null, + null, + null, + null, + null, + { + "type": "button", + "action": "gamepadX", + "styles": { + "default": { + "faceImage": { + "type": "icon", + "value": "interact" + } + } + } + } + ] + }, + "upper": { + "right": [ + { + "type": "button", + "action": "menu" + }, + { + "type": "button", + "action": "gamepadB" + } + ] + } + } + } + } +} diff --git a/touch-layouts/layouts/limbo.json b/touch-layouts/layouts/limbo.json new file mode 100644 index 0000000..5281959 --- /dev/null +++ b/touch-layouts/layouts/limbo.json @@ -0,0 +1,73 @@ +{ + "schema_version": 1, + "layouts": { + "custom": { + "name": "Custom", + "content": { + "left": { + "inner": [ + { + "type": "joystick", + "expand": false, + "axis": { + "input": "axisXY", + "output": "leftJoystick", + "deadzone": { + "threshold": 0.05, + "radial": true + } + } + } + ] + }, + "right": { + "inner": [ + { + "type": "button", + "action": "gamepadA", + "styles": { + "default": { + "faceImage": { + "type": "icon", + "value": "jump" + } + } + } + } + ], + "outer": [ + null, + null, + null, + null, + null, + { + "type": "button", + "action": "gamepadX", + "styles": { + "default": { + "faceImage": { + "type": "icon", + "value": "interact" + } + } + } + } + ] + }, + "upper": { + "right": [ + { + "type": "button", + "action": "menu" + }, + { + "type": "button", + "action": "gamepadB" + } + ] + } + } + } + } +}