summaryrefslogtreecommitdiff
path: root/Data/Scripts
diff options
context:
space:
mode:
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"