mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-07 00:42:16 +02:00
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:
parent
762b3bff61
commit
e1a1f32415
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user