mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-06 08:22:16 +02:00
Change Touchpad input to Back Button for gamepad
This commit is contained in:
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
Block a user