helium/conf.lua
2020-02-14 02:05:13 +02:00

6 lines
224 B
Lua

return {
HOTSWAP = true, --Turns on hotswap, disable this once it's deployed
AUTO_RUN = true, --Replaces the default love.run
DEBUG = true, --Reserved for later
PURE_G = true, --whether to set HeliumLoader global
}