clocktoy/conf.lua

4 lines
77 B
Lua

function love.conf(t)
t.window.msaa = 3
t.window.fullscreen = true
end