This commit is contained in:
Mikko Ahlroth 2014-10-18 14:43:22 +03:00
parent 6972b499bd
commit ad6e36f60f

View file

@ -57,13 +57,13 @@ function level_state:keypressed(key, unicode)
current_level.reset = true
else
player:keypressed(key)
-- Do something
end
end
function level_state:keyreleased(key, unicode)
player:keyreleased(key)
end