diff options
author | David Thompson <dthompson@vistahigherlearning.com> | 2021-10-21 08:28:40 -0400 |
---|---|---|
committer | David Thompson <dthompson@vistahigherlearning.com> | 2021-10-21 08:28:40 -0400 |
commit | 0ef4a323549ea72f4c5c3df17ac78ceda069ed03 (patch) | |
tree | 3831dd2459b626922e897d85499e359feb1f8782 /bonnie-bee/bullet.scm | |
parent | ba887d36cd96e188771eda44ddfb7c31c9811fc0 (diff) |
Add real boss fight.
Diffstat (limited to 'bonnie-bee/bullet.scm')
-rw-r--r-- | bonnie-bee/bullet.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bonnie-bee/bullet.scm b/bonnie-bee/bullet.scm index 2cd722b..46c995c 100644 --- a/bonnie-bee/bullet.scm +++ b/bonnie-bee/bullet.scm @@ -54,7 +54,7 @@ (define medium-enemy-bullet (make <bullet-type> #:name 'medium-enemy #:atlas-index 1 - #:hitbox (make-rect -2.0 -2.0 4.0 4.0))) + #:hitbox (make-rect -1.25 -1.25 2.5 2.5))) (define small-enemy-bullet (make <bullet-type> #:name 'small-enemy #:atlas-index 2 |