diff options
Diffstat (limited to 'examples/simple.scm')
-rw-r--r-- | examples/simple.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/simple.scm b/examples/simple.scm index f65a14c..65321e9 100644 --- a/examples/simple.scm +++ b/examples/simple.scm @@ -29,7 +29,7 @@ ;; Load a sprite and center it on the screen. ;; Must be done AFTER opening the window. -(set! sprite (load-sprite "sprite.png" #:position (vector (/ window-width 2) +(set! sprite (load-sprite "images/sprite.png" #:position (vector (/ window-width 2) (/ window-height 2)))) ;; Start the game loop. |