summaryrefslogtreecommitdiff
path: root/heyllama.scm
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2020-09-20 17:15:22 +0200
committerThomas White <taw@physics.org>2020-09-20 17:15:22 +0200
commit81e0d2481be85554a7029398d3db9b81520a68e5 (patch)
tree9c6232ebae7faff3ddfd583a1a67fc4c0dc84ee1 /heyllama.scm
parentab9c5014cebdde8a4a933342c7970c7d12ab1da4 (diff)
Update view limits
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)))))