Skip to content

Commit

Permalink
Merge branch 'main' of github:tommitytom/RetroPlug into main
Browse files Browse the repository at this point in the history
  • Loading branch information
tommitytom committed Nov 1, 2022
2 parents 21022fb + 2a7b36e commit 312fe76
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/config/0.3/input/bryface.lua
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
InputConfig({ name = "bryface" })

KeyMap({
[Key.E] = Button.Up,
[Key.S] = Button.Left,
[Key.D] = Button.Down,
[Key.F] = Button.Right,
[Key.Num3] = Button.Up,
[Key.W] = Button.Left,
[Key.E] = Button.Down,
[Key.R] = Button.Right,

[Key.B] = Button.Select,
[Key.N] = Button.Start,
Expand Down

0 comments on commit 312fe76

Please sign in to comment.