summaryrefslogtreecommitdiff
path: root/bonnie-bee/pollen.scm
diff options
context:
space:
mode:
authorDavid Thompson <dthompson@vistahigherlearning.com>2022-10-12 06:48:14 -0400
committerDavid Thompson <dthompson@vistahigherlearning.com>2022-10-27 13:22:50 -0400
commite287a11c4387382277c31735504fc762c33b4cee (patch)
treeb262dc8de64db21a7d2cb2c980f2be39805d6a34 /bonnie-bee/pollen.scm
parentf713890a773a7d6ff666277592eec72f2328a5b6 (diff)
Switch to Catbird engine.
Diffstat (limited to 'bonnie-bee/pollen.scm')
-rw-r--r--bonnie-bee/pollen.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/bonnie-bee/pollen.scm b/bonnie-bee/pollen.scm
index 97aaf0e..941fa77 100644
--- a/bonnie-bee/pollen.scm
+++ b/bonnie-bee/pollen.scm
@@ -4,8 +4,8 @@
#:use-module (chickadee math rect)
#:use-module (chickadee math vector)
#:use-module (oop goops)
- #:use-module (starling node)
- #:use-module (starling node-2d)
+ #:use-module (catbird node)
+ #:use-module (catbird node-2d)
#:export (<pollen>))
(define-class <pollen> (<actor>))