summaryrefslogtreecommitdiff
path: root/gamemode/configure_me.lua
diff options
context:
space:
mode:
authorAlexander Pickering <alexandermpickering@gmail.com>2016-04-22 14:03:19 -0400
committerAlexander Pickering <alexandermpickering@gmail.com>2016-04-22 14:03:19 -0400
commit9a50a5880f3d263cd351f4786c222ac7f0b78517 (patch)
treed04cbfa5f827ea196f1bed96b5f53a24314f0d48 /gamemode/configure_me.lua
parentd68125b0c2252d510758720a351f6aa8e6bf9278 (diff)
downloadgmstranded-9a50a5880f3d263cd351f4786c222ac7f0b78517.tar.gz
gmstranded-9a50a5880f3d263cd351f4786c222ac7f0b78517.tar.bz2
gmstranded-9a50a5880f3d263cd351f4786c222ac7f0b78517.zip
Started work on createing furnace generic
Diffstat (limited to 'gamemode/configure_me.lua')
-rw-r--r--gamemode/configure_me.lua3
1 files changed, 3 insertions, 0 deletions
diff --git a/gamemode/configure_me.lua b/gamemode/configure_me.lua
new file mode 100644
index 0000000..8b980fc
--- /dev/null
+++ b/gamemode/configure_me.lua
@@ -0,0 +1,3 @@
+GMS = {}
+print("Hello from configure_me.lua!")
+GM.GAMEMODE_FOLDER_NAME = "gmsurvival"