function lovr.conf(t) -- end local config = { ENABLE_CELLULO = true, CELLULO_PLANE = { ox = 480, oy = 380, width = 860 - 100, height = 860 - 100 } } if lovr.getOS() == "macOS" then config.ENABLE_CELLULO = false end return config