diff options
author | David Thompson <dthompson@vistahigherlearning.com> | 2022-10-12 06:48:14 -0400 |
---|---|---|
committer | David Thompson <dthompson@vistahigherlearning.com> | 2022-10-27 13:22:50 -0400 |
commit | e287a11c4387382277c31735504fc762c33b4cee (patch) | |
tree | b262dc8de64db21a7d2cb2c980f2be39805d6a34 /bonnie-bee.scm | |
parent | f713890a773a7d6ff666277592eec72f2328a5b6 (diff) |
Switch to Catbird engine.
Diffstat (limited to 'bonnie-bee.scm')
-rw-r--r-- | bonnie-bee.scm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bonnie-bee.scm b/bonnie-bee.scm new file mode 100644 index 0000000..ec2db7e --- /dev/null +++ b/bonnie-bee.scm @@ -0,0 +1,2 @@ +(use-modules (bonnie-bee splash)) +(launch-game) |