bytepath/main.lua
2025-11-07 19:39:20 -03:00

11 lines
84 B
Lua

function love.load()
end
function love.update(dt)
end
function love.draw()
end