function love.conf(t) t.window.width = 640 t.window.height = 480 t.window.title = "Move Sprite Example 02" t.window.vsync = true -- t.window.fullscreen = false t.window.fullscreen = true t.window.fullscreentype = "exclusive" end