summaryrefslogtreecommitdiff
path: root/heyllama.scm
diff options
context:
space:
mode:
Diffstat (limited to 'heyllama.scm')
-rw-r--r--heyllama.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/heyllama.scm b/heyllama.scm
index 3150b6b..cc54a51 100644
--- a/heyllama.scm
+++ b/heyllama.scm
@@ -184,7 +184,7 @@
slide-llama-only-and-zero-yvel)
;; Ensure llama is near centre of screen
- (let ((fovea (make-rect 150.0 150.0 350.0 350.0))
+ (let ((fovea (make-rect 150.0 100.0 450.0 350.0))
(llama-rect (get-screen-rect llama)))
(unless (rect-within? llama-rect fovea)
(vec2-add! view-pos (overshoot llama-rect fovea)))))