Custom controls for Playdead’s LIMBO and INSIDE. (#334)

* Create limbo.json

* Create inside.json

* Create 398011207.json

* Create 885488152.json

* Update inside.json

* Update limbo.json
This commit is contained in:
Kode-Z 2024-03-31 16:24:52 +01:00 committed by GitHub
parent f8ac63860b
commit b2523dd556
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 160 additions and 0 deletions

View File

@ -0,0 +1,7 @@
{
"name": "LIMBO",
"default_layout": "custom",
"layouts": [
"limbo"
]
}

View File

@ -0,0 +1,7 @@
{
"name": "INSIDE",
"default_layout": "custom",
"layouts": [
"inside"
]
}

View File

@ -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"
}
]
}
}
}
}
}

View File

@ -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"
}
]
}
}
}
}
}