From 7c205ba10bee7ce1db759d2325c14b60568c5e19 Mon Sep 17 00:00:00 2001 From: David Thompson Date: Wed, 2 Oct 2013 18:14:52 -0400 Subject: Fix broken examples due to a renamed image file. :( Sorry to everyone that downloaded 0.1 and was annoyed! --- examples/action.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/action.scm') diff --git a/examples/action.scm b/examples/action.scm index c0d96b5..fa44c5e 100644 --- a/examples/action.scm +++ b/examples/action.scm @@ -6,7 +6,7 @@ (2d vector2)) (define (demo-sprite) - (load-sprite "images/sprite.png" + (load-sprite "images/ghost.png" #:position (vector2 320 240))) (define (start sprite) -- cgit v1.2.3