Change Touchpad input to Back Button for gamepad
parent
9575054010
commit
c6deee7928
|
|
@ -216,7 +216,7 @@ export default class BattleScene extends SceneBase {
|
||||||
[Button.DOWN]: 13, // down
|
[Button.DOWN]: 13, // down
|
||||||
[Button.LEFT]: 14, // left
|
[Button.LEFT]: 14, // left
|
||||||
[Button.RIGHT]: 15, // right
|
[Button.RIGHT]: 15, // right
|
||||||
[Button.SUBMIT]: 17, // touchpad
|
[Button.SUBMIT]: 8, // touchpad
|
||||||
[Button.ACTION]: 0, // X
|
[Button.ACTION]: 0, // X
|
||||||
[Button.CANCEL]: 1, // O
|
[Button.CANCEL]: 1, // O
|
||||||
[Button.MENU]: 9, // options
|
[Button.MENU]: 9, // options
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue