diff options
author | David Thompson <dthompson@vistahigherlearning.com> | 2021-10-16 16:22:08 -0400 |
---|---|---|
committer | David Thompson <dthompson@vistahigherlearning.com> | 2021-10-16 16:22:08 -0400 |
commit | de833c9d524d2e47b3812612995290795d2e7b84 (patch) | |
tree | 707246a8c3324b6b9d16507241a1e00ce2843168 /Makefile.am | |
parent | 58266627bf3ea66dfc6f8434c32304758d1d9e98 (diff) |
Allow player to shoot and add flowers to harvest pollen from.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 441b145..2e307b1 100644 --- a/Makefile.am +++ b/Makefile.am @@ -31,6 +31,7 @@ SOURCES = \ bonnie-bee/player.scm \ bonnie-bee/bullet.scm \ bonnie-bee/pollen.scm \ + bonnie-bee/flower.scm \ bonnie-bee/game.scm \ bonnie-bee/splash.scm |