From 5897dc466ca264576acf342c13448b8dcee353bd Mon Sep 17 00:00:00 2001 From: David Thompson Date: Mon, 22 Jul 2013 19:33:36 -0400 Subject: Update examples. --- examples/animation.scm | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'examples/animation.scm') 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) -- cgit v1.2.3