summaryrefslogtreecommitdiff
path: root/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/player/1/button.lua
diff options
context:
space:
mode:
Diffstat (limited to 'src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/player/1/button.lua')
-rw-r--r--src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/player/1/button.lua11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/player/1/button.lua b/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/player/1/button.lua
new file mode 100644
index 0000000..2fa1e36
--- /dev/null
+++ b/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/player/1/button.lua
@@ -0,0 +1,11 @@
+return {
+ left = 'a',
+ right = 'd',
+ up = 'w',
+ down = 's',
+ button0 = 'j',
+ button1 = 'k',
+ select = 'g',
+ start = 'h',
+ quit = 'escape',
+}