summaryrefslogtreecommitdiff
path: root/heyllama.scm
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2020-09-20 11:50:26 +0200
committerThomas White <taw@physics.org>2020-09-20 11:50:26 +0200
commite0efaf0214c2747e7cf348d211217e7dd7bf5170 (patch)
treec3522571957b9311df441b74875c745f5f569786 /heyllama.scm
parent4e1c5e95a038b5a615c14dd8247444a966ba2543 (diff)
Formatting and remove old code
Diffstat (limited to 'heyllama.scm')
-rw-r--r--heyllama.scm8
1 files changed, 2 insertions, 6 deletions
diff --git a/heyllama.scm b/heyllama.scm
index faa6c0b..da6c927 100644
--- a/heyllama.scm
+++ b/heyllama.scm
@@ -24,11 +24,6 @@
#:getter get-vel
#:setter set-vel!)
- (walk-direction
- #:init-value 0
- #:setter set-walk-direction!
- #:getter get-walk-direction)
-
(face-direction
#:init-keyword #:face-dir
#:setter set-face-direction!
@@ -110,7 +105,8 @@
(when show-hitboxes
(let ((col (make-color 0.0 0.0 0.7 0.8)))
(for-each-item (lambda (item rect)
- (draw-filled-rect (rect-move-by-vec2 rect (vec2* view-pos -1))
+ (draw-filled-rect (rect-move-by-vec2 rect
+ (vec2* view-pos -1))
col))
grid))))