diff options
author | chai <chaifix@163.com> | 2021-11-19 21:56:08 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2021-11-19 21:56:08 +0800 |
commit | 850d9c034792b96e2ff5ff3bbfbcc30661757aed (patch) | |
tree | 4ff5d1df7dc1917bb89b97463e4112f14b639eb9 /Data/Scripts/defines.lua | |
parent | 1cd31d14c95f9d52e30fbc611df5da4b46f048d9 (diff) |
*misc
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" |