balatro: reduce misclick

This commit is contained in:
redphx 2025-03-02 19:12:19 +07:00
parent a6b1c60a09
commit 49fcbf860e

View File

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