function love.conf(t) t.version = "11.3" -- love2d version t.window.title = "File Dropped - love2d" t.window.vsync = 1 t.window.width = 640 t.window.height = 480 t.window.msaa = 8 -- t.window.fullscreen = true -- t.window.fullscreentype = "exclusive" end