function love.conf(t) t.window.resizable = true t.window.title = "soko" t.window.vsync = 1 t.window.msaa = 1 t.version = "11.3" end