summary refs log tree commit diff
path: root/conf.lua
blob: 479acb198d90a27f384aaf2fe04589b5e87d3ebc (plain)
1
2
3
4
5
6
function love.conf(t)
    t.window.resizable = true
    t.window.title = "GAMING"
    t.window.vsync = 1
    t.window.msaa = 1
end