7 lines
308 B
Lua
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
|
|
} |