Replace touchpad with back button

mapping multiple inputs to the same command does not seem to work properly(tested with ps5 and xbox controller), so flat replacing touchpad with back button.
This commit is contained in:
Chacolay 2024-04-28 19:43:14 -04:00
parent 762b3bff61
commit e1a1f32415

View File

@ -214,7 +214,7 @@ export default class BattleScene extends SceneBase {
[Button.DOWN]: 13, // down
[Button.LEFT]: 14, // left
[Button.RIGHT]: 15, // right
[Button.SUBMIT]: [17, 8] // touchpad (ps4) back button (xbox ps4/5)
[Button.SUBMIT]: 8, // back button (xbox ps4/5)
[Button.ACTION]: 0, // X
[Button.CANCEL]: 1, // O
[Button.MENU]: 9, // options