summaryrefslogtreecommitdiff
path: root/bundle.scm
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2023-05-26 07:37:38 -0400
committerDavid Thompson <dthompson2@worcester.edu>2023-05-26 07:37:38 -0400
commit255fbd76234e0411a9e95b7b80a28bf79c8dfff1 (patch)
tree7c9bb0b1fe38e8202f9586bfba4e6d9933180237 /bundle.scm
First commit!
Diffstat (limited to 'bundle.scm')
-rw-r--r--bundle.scm4
1 files changed, 4 insertions, 0 deletions
diff --git a/bundle.scm b/bundle.scm
new file mode 100644
index 0000000..f06334c
--- /dev/null
+++ b/bundle.scm
@@ -0,0 +1,4 @@
+'((asset-directories . ("assets/images"))
+ (bundle-name . "super-bloom-0.1.0-x86_64")
+ (code . "game/main.scm")
+ (launcher-name . "super-bloom"))