DOOM 64 Control update (#310)

* Update doom-64.json

* Update doom-64.json
This commit is contained in:
Kode-Z 2024-03-21 06:40:52 +00:00 committed by GitHub
parent daed0da804
commit ff8a8b723a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,14 +2,12 @@
"schema_version": 1, "schema_version": 1,
"layouts": { "layouts": {
"custom": { "custom": {
"name": "Custom", "name": "custom",
"content": { "content": {
"left": { "left": {
"inner": [ "inner": [
{ {
"type": "joystick", "type": "joystick",
"action": "leftTrigger",
"actionThreshold": 0.75,
"axis": { "axis": {
"input": "axisXY", "input": "axisXY",
"output": "leftJoystick", "output": "leftJoystick",
@ -29,18 +27,6 @@
"type": "color", "type": "color",
"value": "#c60a0a" "value": "#c60a0a"
} }
},
"activated": {
"knob": {
"faceImage": {
"type": "icon",
"value": "sprint"
},
"background": {
"type": "color",
"value": "#c60a0a"
}
}
} }
} }
} }