up-editor/update.lua

4 lines
49 B
Lua
Raw Normal View History

2020-02-21 12:43:31 +01:00
function love.update(dt)
update_keyboard()
end