summaryrefslogtreecommitdiff
path: root/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/keypressed/default.lua
blob: f61d64ea7e31ecff440e9494f4bbd1ad8ff2a3fc (plain)
1
2
3
4
5
require 'scripts.game.keypressed'

main.keypressed = function(key, scancode, isrepeat)
  game.keypressed(character.bola, key, scancode, isrepeat)
end