summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2020-09-22 22:26:52 +0200
committerThomas White <taw@physics.org>2020-09-22 22:26:52 +0200
commit9094c264036d8a93003d0c3d3295a87c0df6139f (patch)
treec22846584f12219befea8b9d00c931e485f3496b
parent0dbcb75944552bc9943a478d028232d10a6c1e81 (diff)
Tighten hitboxHEADmaster
-rw-r--r--heyllama.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/heyllama.scm b/heyllama.scm
index 5c65e3a..a1c2f87 100644
--- a/heyllama.scm
+++ b/heyllama.scm
@@ -67,14 +67,14 @@
(set! llama (make <animal>
#:pos #v(200.0 200.0)
#:size #v(128.0 128.0)
- #:draw-offset #v(15 12)
+ #:draw-offset #v(17 12)
#:face-dir 1
#:sprite (split-texture (load-image "llama_walk.png")
80 80
#:spacing 48
#:margin 24)))
- (grid-add grid 'llama 200.0 200.0 50.0 64.0)
+ (grid-add grid 'llama 203.0 200.0 44.0 58.0)
(set! sheep (make <animal>
#:pos #v(400.0 115.0)