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

5 lines
175 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
}