Skip to content

Commit

Permalink
fix: fix default gamepad bindings of nextHotbarSlot, prevHotbarSlot
Browse files Browse the repository at this point in the history
  • Loading branch information
zardoy committed May 20, 2024
1 parent b6cb302 commit 0dfa7c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/controls.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ export const contro = new ControMax({
sneak: ['ShiftLeft'],
toggleSneakOrDown: [null, 'Right Stick'],
sprint: ['ControlLeft', 'Left Stick'],
nextHotbarSlot: [null, 'Left Bumper'],
prevHotbarSlot: [null, 'Right Bumper'],
nextHotbarSlot: [null, 'Right Bumper'],
prevHotbarSlot: [null, 'Left Bumper'],
attackDestroy: [null, 'Right Trigger'],
interactPlace: [null, 'Left Trigger'],
chat: [['KeyT', 'Enter']],
Expand Down

0 comments on commit 0dfa7c3

Please sign in to comment.