summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)