mirror of
https://github.com/bvanroll/3dsStuff.git
synced 2025-09-01 13:22:41 +00:00
15 lines
87 B
Lua
15 lines
87 B
Lua
|
|
function love.load()
|
|
|
|
end
|
|
|
|
function love.update(dt)
|
|
|
|
end
|
|
|
|
function love.draw()
|
|
|
|
end
|
|
|
|
|