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