summaryrefslogtreecommitdiff
path: root/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/keypressed/default.lua
diff options
context:
space:
mode:
Diffstat (limited to 'src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/keypressed/default.lua')
-rw-r--r--src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/keypressed/default.lua5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/keypressed/default.lua b/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/keypressed/default.lua
deleted file mode 100644
index f61d64e..0000000
--- a/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/keypressed/default.lua
+++ /dev/null
@@ -1,5 +0,0 @@
-require 'scripts.game.keypressed'
-
-main.keypressed = function(key, scancode, isrepeat)
- game.keypressed(character.bola, key, scancode, isrepeat)
-end