summaryrefslogtreecommitdiff
path: root/examples/tetra/tetra.scm
diff options
context:
space:
mode:
Diffstat (limited to 'examples/tetra/tetra.scm')
-rw-r--r--examples/tetra/tetra.scm12
1 files changed, 6 insertions, 6 deletions
diff --git a/examples/tetra/tetra.scm b/examples/tetra/tetra.scm
index 5bb2ac5..b02aeea 100644
--- a/examples/tetra/tetra.scm
+++ b/examples/tetra/tetra.scm
@@ -24,11 +24,11 @@
(chickadee math matrix)
(chickadee math rect)
(chickadee math vector)
- (chickadee render color)
- (chickadee render font)
- (chickadee render particles)
- (chickadee render texture)
- (chickadee render sprite)
+ (chickadee graphics color)
+ (chickadee graphics font)
+ (chickadee graphics particles)
+ (chickadee graphics texture)
+ (chickadee graphics sprite)
(chickadee scripting)
(ice-9 match)
(oop goops)
@@ -63,7 +63,7 @@
(define-asset atlas (load-block-atlas "images/blocks.png"))
(define-asset star (load-image "images/star.png"))
-(define-asset click-font (load-font "fonts/click.xml"))
+(define-asset click-font (load-bitmap-font "fonts/click.xml"))
;;;