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