function love.conf(t) t.window.width = 1280 t.window.height = 720 t.window.title = "Play Video Sample" t.window.fullscreen = false -- t.window.fullscreentype = "exclusive" end