mirror of
https://github.com/TangentFoxy/lovebird.git
synced 2025-07-28 11:02:19 +00:00
6 lines
80 B
Lua
6 lines
80 B
Lua
lovebird = require "lovebird"
|
|
|
|
function love.update()
|
|
lovebird.update()
|
|
end
|