We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7bb61bf commit 4b77fe0Copy full SHA for 4b77fe0
src/controls.ts
@@ -79,7 +79,7 @@ export const contro = new ControMax({
79
back: [null/* 'Escape' */, 'B'],
80
toggleMap: ['KeyJ'],
81
leftClick: [null, 'A'],
82
- rightClick: [null, 'Y'],
+ rightClick: [null, 'X'],
83
speedupCursor: [null, 'Left Stick'],
84
pauseMenu: [null, 'Start']
85
},
0 commit comments