mirror of
https://github.com/italicsjenga/agb.git
synced 2024-12-23 00:01:34 +11:00
Use the actual defaults
This commit is contained in:
parent
203dc0cff7
commit
361060da6a
|
@ -3,16 +3,16 @@ import styled from "styled-components";
|
|||
|
||||
const DefaultBindings = (): KeyBindings => {
|
||||
return {
|
||||
A: "KeyZ",
|
||||
B: "KeyX",
|
||||
L: "KeyA",
|
||||
R: "KeyS",
|
||||
Start: "Enter",
|
||||
Select: "ShiftLeft",
|
||||
Up: "ArrowUp",
|
||||
Down: "ArrowDown",
|
||||
Left: "ArrowLeft",
|
||||
Right: "ArrowRight",
|
||||
A: "Z",
|
||||
B: "X",
|
||||
L: "A",
|
||||
R: "S",
|
||||
Start: "ENTER",
|
||||
Select: "SHIFT",
|
||||
Up: "UP",
|
||||
Down: "DOWN",
|
||||
Left: "LEFT",
|
||||
Right: "RIGHT",
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue