The Quarry touch controls (#304)

* Add files via upload

* Add files via upload

* Delete touch-layouts/layouts/the-quarry.json

* Add files via upload

* Update 1731121397.json

* Update the-quarry.json

* Update the-quarry.json

* Update the-quarry.json

* Update the-quarry.json

* Update the-quarry.json

* Update the-quarry.json

---------

Co-authored-by: redphx <96280+redphx@users.noreply.github.com>
This commit is contained in:
Kode-Z 2024-03-21 00:58:00 +00:00 committed by GitHub
parent a96b46fbab
commit 74ef24b935
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 117 additions and 0 deletions

View File

@ -0,0 +1,7 @@
{
"name": "The Quarry",
"default_layout": "custom",
"layouts": [
"the-quarry"
]
}

View File

@ -0,0 +1,110 @@
{
"schema_version": 1,
"layouts": {
"custom": {
"name": "custom",
"content": {
"left": {
"inner": [
{
"type": "joystick",
"action": "leftBumper",
"actionThreshold": 2,
"axis": {
"input": "axisXY",
"output": "leftJoystick"
},
"styles": {
"default": {
"knob": {
"faceImage": {
"type": "icon",
"value": "walk"
}
}
},
"activated": {
"knob": {
"faceImage": {
"type": "icon",
"value": "sprint"
}
}
}
}
}
],
"outer": [
{
"type": "button",
"action": "rightBumper"
},
null,
null,
null,
null,
null,
null,
{
"type": "button",
"action": "leftBumper"
}
]
},
"right": {
"inner": [
{
"type": "joystick",
"axis": {
"input": "axisXY",
"output": "rightJoystick"
}
}
],
"outer": [
null,
{
"type": "button",
"action": "gamepadB"
},
null,
null,
null,
{
"type": "button",
"action": "gamepadA",
"styles": {
"default": {
"faceImage": {
"type": "icon",
"value": "interact"
}
}
}
},
{
"type": "button",
"action": "rightTrigger"
}
]
},
"upper": {
"right": [
{
"type": "button",
"action": "menu"
},
{
"type": "button",
"action": "gamepadY"
},
{
"type": "button",
"action": "gamepadX"
}
]
}
}
}
}
}