summaryrefslogtreecommitdiff
path: root/bundle.scm
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2023-05-24 08:54:11 -0400
committerDavid Thompson <dthompson2@worcester.edu>2023-05-24 08:54:11 -0400
commitc1d5240aecab77021c262b9ad1ac27df54b59017 (patch)
treec35ce43231eef223171503f6c6ec5fe33966abc2 /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..59d3b4a
--- /dev/null
+++ b/bundle.scm
@@ -0,0 +1,4 @@
+'((asset-directories . ("assets/images"))
+ (bundle-name . "chickadee-game-template-0.1.0-x86_64")
+ (code . "game/main.scm")
+ (launcher-name . "chickadee-game-template"))