up-editor/update.lua

4 lines
49 B
Lua

function love.update(dt)
update_keyboard()
end