helium/conf.lua
2020-02-14 01:15:58 +02:00

6 lines
225 B
Lua

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