Change Touchpad input to Back Button for gamepad

This commit is contained in:
Chacolay 2024-04-29 13:37:25 -04:00
parent 9575054010
commit c6deee7928

View File

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