summaryrefslogtreecommitdiff
path: root/bonnie-bee/bullet.scm
diff options
context:
space:
mode:
authorDavid Thompson <dthompson@vistahigherlearning.com>2021-10-21 08:28:40 -0400
committerDavid Thompson <dthompson@vistahigherlearning.com>2021-10-21 08:28:40 -0400
commit0ef4a323549ea72f4c5c3df17ac78ceda069ed03 (patch)
tree3831dd2459b626922e897d85499e359feb1f8782 /bonnie-bee/bullet.scm
parentba887d36cd96e188771eda44ddfb7c31c9811fc0 (diff)
Add real boss fight.
Diffstat (limited to 'bonnie-bee/bullet.scm')
-rw-r--r--bonnie-bee/bullet.scm2
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