Skip to content

Commit 4b77fe0

Browse files
committed
change right click on square on gamepad to avoid confusion as its closer to X on dualshock
1 parent 7bb61bf commit 4b77fe0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/controls.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ export const contro = new ControMax({
7979
back: [null/* 'Escape' */, 'B'],
8080
toggleMap: ['KeyJ'],
8181
leftClick: [null, 'A'],
82-
rightClick: [null, 'Y'],
82+
rightClick: [null, 'X'],
8383
speedupCursor: [null, 'Left Stick'],
8484
pauseMenu: [null, 'Start']
8585
},

0 commit comments

Comments
 (0)