diff --git a/conf.lua b/conf.lua index 1d57b87..c51a8a0 100644 --- a/conf.lua +++ b/conf.lua @@ -1,19 +1,19 @@ function lovr.conf(t) - -- + t.identity = "lovr-cellulo" end local config = { ENABLE_CELLULO = true, ENABLE_KEYBOARD = false, CELLULO_PLANE = { ox = 480, oy = 380, width = 860 - 100, height = 860 - 100 } } if lovr.getOS() == "macOS" then config.ENABLE_CELLULO = false config.ENABLE_KEYBOARD = true end return config \ No newline at end of file