jtmm/up-editor/update.lua

5 lines
66 B
Lua
Raw Normal View History

2020-03-19 17:37:52 +01:00
function love.update(dt)
update_keyboard()
update_mouse()
end