Skip to content

Commit

Permalink
GBA: fix shown controls
Browse files Browse the repository at this point in the history
  • Loading branch information
avivace committed Nov 28, 2022
1 parent 93bfccd commit 3ff8d32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/game/[slug].vue
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ export default {
{ gb: "A", kb: "X" },
{ gb: "B", kb: "Z" },
{ gb: "Start", kb: "Enter" },
{ gb: "Select", kb: "Tab" },
{ gb: "Select", kb: "Backspace" },
{ gb: "← ↑ → ↓", kb: "← ↑ → ↓" },
{ gb: "L", kb: "A" },
{ gb: "R", kb: "S" },
Expand Down

0 comments on commit 3ff8d32

Please sign in to comment.