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 | |
parent | 1cd31d14c95f9d52e30fbc611df5da4b46f048d9 (diff) |
*misc
Diffstat (limited to 'Data/Scripts')
-rw-r--r-- | Data/Scripts/EditorResources.lua | 11 | ||||
-rw-r--r-- | Data/Scripts/defines.lua | 5 |
2 files changed, 16 insertions, 0 deletions
diff --git a/Data/Scripts/EditorResources.lua b/Data/Scripts/EditorResources.lua new file mode 100644 index 0000000..c9d2e77 --- /dev/null +++ b/Data/Scripts/EditorResources.lua @@ -0,0 +1,11 @@ +local find = GameLab.Find
+
+local res = {}
+
+local loadRes = function()
+
+end
+
+GameLab.onApplicationStart:Add(loadRes)
+
+return res
\ No newline at end of file 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" |