summary refs log tree commit diff
path: root/conf.lua
blob: b2439e89bf0dd39a98ba4e35e322d6bf3cef0aea (plain)
1
2
3
4
5
6
7
function love.conf(t)
    t.window.resizable = true
    t.window.title = "soko"
    t.window.vsync = 0
    t.window.msaa = 1
    t.version = "11.3"
end