mirror of
https://github.com/redphx/better-xcloud.git
synced 2025-06-06 23:57:19 +02:00
balatro: reduce misclick
This commit is contained in:
parent
a6b1c60a09
commit
49fcbf860e
@ -12,7 +12,8 @@
|
|||||||
"interaction": {
|
"interaction": {
|
||||||
"activationType": "exclusive"
|
"activationType": "exclusive"
|
||||||
},
|
},
|
||||||
"scale": 1.5
|
"deadzone": 0.5,
|
||||||
|
"scale": 2
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"outer": [
|
"outer": [
|
||||||
@ -46,19 +47,64 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"outer": [
|
"outer": [
|
||||||
null,
|
{
|
||||||
|
"type": "button",
|
||||||
|
"action": "gamepadA",
|
||||||
|
"enabled": false,
|
||||||
|
"styles": {
|
||||||
|
"default": {
|
||||||
|
"opacity": 0
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"type": "button",
|
"type": "button",
|
||||||
"action": "gamepadB"
|
"action": "gamepadB"
|
||||||
},
|
},
|
||||||
null,
|
{
|
||||||
null,
|
"type": "button",
|
||||||
null,
|
"action": "gamepadA",
|
||||||
|
"enabled": false,
|
||||||
|
"styles": {
|
||||||
|
"default": {
|
||||||
|
"opacity": 0
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "button",
|
||||||
|
"action": "gamepadA",
|
||||||
|
"enabled": false,
|
||||||
|
"styles": {
|
||||||
|
"default": {
|
||||||
|
"opacity": 0
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "button",
|
||||||
|
"action": "gamepadA",
|
||||||
|
"enabled": false,
|
||||||
|
"styles": {
|
||||||
|
"default": {
|
||||||
|
"opacity": 0
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"type": "button",
|
"type": "button",
|
||||||
"action": "gamepadX"
|
"action": "gamepadX"
|
||||||
},
|
},
|
||||||
null,
|
{
|
||||||
|
"type": "button",
|
||||||
|
"action": "gamepadA",
|
||||||
|
"enabled": false,
|
||||||
|
"styles": {
|
||||||
|
"default": {
|
||||||
|
"opacity": 0
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"type": "button",
|
"type": "button",
|
||||||
"action": "gamepadY"
|
"action": "gamepadY"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user