summaryrefslogtreecommitdiff
path: root/examples/animation.scm
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2013-07-22 19:33:36 -0400
committerDavid Thompson <dthompson2@worcester.edu>2013-07-22 19:33:36 -0400
commit5897dc466ca264576acf342c13448b8dcee353bd (patch)
treecbe4d0f3d8182d70da65f688336d3b117519ddcf /examples/animation.scm
parent7a4ecf0b8cf11cf219fef36c00b188c9750dd4d9 (diff)
Update examples.
Diffstat (limited to 'examples/animation.scm')
-rw-r--r--examples/animation.scm8
1 files changed, 5 insertions, 3 deletions
diff --git a/examples/animation.scm b/examples/animation.scm
index b27d07f..72e0b80 100644
--- a/examples/animation.scm
+++ b/examples/animation.scm
@@ -1,8 +1,10 @@
-(use-modules (2d sprite)
+(use-modules (2d animation)
(2d game-loop)
- (2d window)
+ (2d helpers)
+ (2d sprite)
+ (2d texture)
(2d vector)
- (2d helpers))
+ (2d window))
(init-2d)