Slightly shorter hitbox

This commit is contained in:
Tony Garnock-Jones 2015-10-26 20:33:30 -04:00
parent 3c3dcea8ee
commit 4b81179e7a
1 changed files with 1 additions and 1 deletions

View File

@ -523,7 +523,7 @@
(define icon-height (/ (image-height icon) 2))
(define icon-hitbox-width (* 2/6 icon-width))
(define icon-hitbox-height (* 2/5 icon-height))
(define icon-hitbox-height (* 3/10 icon-height))
(define hitbox-offset-x (/ (- icon-width icon-hitbox-width) 2))
(define hitbox-offset-y (- (* 13/16 icon-height) icon-hitbox-height))