aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/conf.lua4
-rw-r--r--src/main.moon1
2 files changed, 3 insertions, 2 deletions
diff --git a/src/conf.lua b/src/conf.lua
index d56dc89..c260314 100644
--- a/src/conf.lua
+++ b/src/conf.lua
@@ -1,6 +1,6 @@
-title = "Global Game Jam 2020"
+title = "Drydock"
author = "Alex Pickering"
-shortname = "ggj20"
+shortname = "drydock"
version = "1.0.0"
support_email = "alex@cogarr.net"
copyright_message = "Copyright © 2019 Alexander M. Pickering."
diff --git a/src/main.moon b/src/main.moon
index b90c819..b11bb74 100644
--- a/src/main.moon
+++ b/src/main.moon
@@ -20,6 +20,7 @@ state.win = am.window {
r1 = ss.gen_scene!
--r1\append(complete.starfield!)
state.win.scene = r1
+pcall(loadfile,"init.lua")
r1\action(coroutine.create(() ->
while true
if state.win\key_down("space")