summaryrefslogtreecommitdiff
path: root/scenes/game.scm
diff options
context:
space:
mode:
Diffstat (limited to 'scenes/game.scm')
-rw-r--r--scenes/game.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/scenes/game.scm b/scenes/game.scm
index a889f73..c14dd33 100644
--- a/scenes/game.scm
+++ b/scenes/game.scm
@@ -186,7 +186,7 @@ map's object layer."
(list 8 12 16 12 8))))))
(list (make <reaper>
#:name 'reaper
- #:position (vec2 720.0 1100.0)
+ #:position (start-position game "reaper")
#:children
;; Simple shadow. This should better be done with a
;; single ellipse shader.