helium/conf.lua
Elmārs Āboliņš 3bd423243e help
2020-06-28 18:43:28 +03:00

7 lines
308 B
Lua

return {
HOTSWAP = true, --Turns on hotswap, disable this once you're deploying a project
AUTO_RUN = true, --Replaces the default love.run
DEBUG = true, --Reserved for later
PURE_G = true, --whether to keep _G pure
HARD_ERROR = true, --Whether to display element errors inside or hard cras
}