diff options
| author | Alexander Pickering <alex@cogarr.net> | 2020-02-02 08:57:31 -0500 |
|---|---|---|
| committer | Alexander Pickering <alex@cogarr.net> | 2020-02-02 08:57:31 -0500 |
| commit | fe6796e143279c8631c2e7767a3fc1c58735af7a (patch) | |
| tree | 2d48f29761b6b6ac88fc60b77ff58a8959091362 /src | |
| parent | 57701059b1b65fc08366318e92d32d9dd7094d25 (diff) | |
| download | drydock-fe6796e143279c8631c2e7767a3fc1c58735af7a.tar.gz drydock-fe6796e143279c8631c2e7767a3fc1c58735af7a.tar.bz2 drydock-fe6796e143279c8631c2e7767a3fc1c58735af7a.zip | |
commit before sending to repository
Diffstat (limited to 'src')
| -rw-r--r-- | src/conf.lua | 4 | ||||
| -rw-r--r-- | src/main.moon | 1 |
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") |
