function love.conf(t) t.window.title = "get arg with love2d" t.window.vsync = true t.window.width = 640 t.window.height = 480 -- t.window.fullscreen = true -- t.window.fullscreentype = "exclusive" end