Palworld: fix missing the R3 button

This commit is contained in:
redphx 2024-01-29 09:57:26 +07:00
parent b80d9ac3c7
commit 943dc05c8f

View File

@ -56,7 +56,10 @@
"type": "directionalPad",
"scale": 1.2
},
null,
{
"type": "button",
"action": "rightThumb"
},
{
"type": "button",
"action": "leftBumper",
@ -194,10 +197,6 @@
}
}
}
},
{
"type": "button",
"action": "rightThumb"
}
]
},