diff options
| author | Alexander Pickering <alexandermpickering@gmail.com> | 2016-04-22 14:03:19 -0400 |
|---|---|---|
| committer | Alexander Pickering <alexandermpickering@gmail.com> | 2016-04-22 14:03:19 -0400 |
| commit | 9a50a5880f3d263cd351f4786c222ac7f0b78517 (patch) | |
| tree | d04cbfa5f827ea196f1bed96b5f53a24314f0d48 /gamemode/configure_me.lua | |
| parent | d68125b0c2252d510758720a351f6aa8e6bf9278 (diff) | |
| download | gmstranded-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.lua | 3 |
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" |
