function love.conf(t) t.window.title = "Bit operation test - love2d" t.window.vsync = true t.window.width = 320 t.window.height = 240 -- t.window.fullscreen = true -- t.window.fullscreentype = "exclusive" end