Skip to content

Commit 312fe76

Browse files
committed
Merge branch 'main' of github:tommitytom/RetroPlug into main
2 parents 21022fb + 2a7b36e commit 312fe76

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/config/0.3/input/bryface.lua

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
InputConfig({ name = "bryface" })
22

33
KeyMap({
4-
[Key.E] = Button.Up,
5-
[Key.S] = Button.Left,
6-
[Key.D] = Button.Down,
7-
[Key.F] = Button.Right,
4+
[Key.Num3] = Button.Up,
5+
[Key.W] = Button.Left,
6+
[Key.E] = Button.Down,
7+
[Key.R] = Button.Right,
88

99
[Key.B] = Button.Select,
1010
[Key.N] = Button.Start,

0 commit comments

Comments
 (0)