diff options
Diffstat (limited to 'Data/Scripts/defines.lua')
-rw-r--r-- | Data/Scripts/defines.lua | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Data/Scripts/defines.lua b/Data/Scripts/defines.lua index cec592c..ec456a5 100644 --- a/Data/Scripts/defines.lua +++ b/Data/Scripts/defines.lua @@ -1,2 +1,7 @@ GAMELAB_PROFILE = true GAMELAB_DEBUG = true + +GAMELAB_EDITOR = true +GAMELAB_RUNNER = false + +GAMELAB_VERSION = "0.0.1" |