summaryrefslogtreecommitdiff
path: root/examples/simple.scm
diff options
context:
space:
mode:
authorDavid Thompson <dave@izanagi>2013-09-27 18:46:32 -0400
committerDavid Thompson <dave@izanagi>2013-09-27 18:46:32 -0400
commit3b1a74cbef13a4c718cb88ba19f87b4942577d44 (patch)
tree1e07e57047044e18983d085cce0b57cf4ca7d4ae /examples/simple.scm
parentc2250459a9ac413f67ab8e6e7689825eedc82da4 (diff)
Change an example graphic and add credits.
Diffstat (limited to 'examples/simple.scm')
-rw-r--r--examples/simple.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/simple.scm b/examples/simple.scm
index d770779..8a1fd8f 100644
--- a/examples/simple.scm
+++ b/examples/simple.scm
@@ -3,7 +3,7 @@
(2d vector2))
(define (demo-sprite)
- (load-sprite "images/sprite.png"
+ (load-sprite "images/ghost.png"
#:position (vector2 320 240)))
(define-scene demo