1
0
Fork 0
tortugger/conf.lua

6 lines
103 B
Lua

function love.conf(t)
t.version = "11.3"
t.window.fullscreen = true
t.title = "Tortugger"
end