jtmm/up-editor/update.lua
2020-03-19 17:37:52 +01:00

5 lines
66 B
Lua

function love.update(dt)
update_keyboard()
update_mouse()
end