summaryrefslogtreecommitdiff
path: root/Data/Scripts
diff options
context:
space:
mode:
authorchai <chaifix@163.com>2021-11-19 21:56:08 +0800
committerchai <chaifix@163.com>2021-11-19 21:56:08 +0800
commit850d9c034792b96e2ff5ff3bbfbcc30661757aed (patch)
tree4ff5d1df7dc1917bb89b97463e4112f14b639eb9 /Data/Scripts
parent1cd31d14c95f9d52e30fbc611df5da4b46f048d9 (diff)
*misc
Diffstat (limited to 'Data/Scripts')
-rw-r--r--Data/Scripts/EditorResources.lua11
-rw-r--r--Data/Scripts/defines.lua5
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"