summaryrefslogtreecommitdiff
path: root/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/load/button/player1.lua
blob: 2875f7484056a09fdba34337d88c94f765be10d2 (plain)
1
2
3
4
5
6
7
8
9
10
11
return {
  left   = 'a',
  right  = 'd',
  up     = 'w',
  down   = 's',
  a      = 'j',
  b      = 'k',
  select = 'g',
  start  = 'h',
  quit   = 'escape',
}