summaryrefslogtreecommitdiff
path: root/scenes/game.scm
diff options
context:
space:
mode:
Diffstat (limited to 'scenes/game.scm')
-rw-r--r--scenes/game.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/scenes/game.scm b/scenes/game.scm
index 6532379..3fe2a45 100644
--- a/scenes/game.scm
+++ b/scenes/game.scm
@@ -24,7 +24,7 @@
#:use-module (chickadee math rect)
#:use-module (chickadee math vector)
#:use-module ((chickadee graphics color) #:select (make-color))
- #:use-module (chickadee graphics font)
+ #:use-module (chickadee graphics text)
#:use-module (chickadee graphics path)
#:use-module (chickadee graphics sprite)
#:use-module (chickadee graphics texture)