diff options
author | David Thompson <dthompson@vistahigherlearning.com> | 2021-10-24 11:53:05 -0400 |
---|---|---|
committer | David Thompson <dthompson@vistahigherlearning.com> | 2021-10-24 11:53:05 -0400 |
commit | 9523f936cf6f761ccc6127546540580cb57f9a5f (patch) | |
tree | 895b333dd0c07c1a94cff80f3fd2227dfd46437e /bonnie-bee/bullet.scm | |
parent | 7e76d1c2005435c412ff96bf3e0f0f6be12c22c5 (diff) |
Preparing for release!
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 758ff5a..95c925c 100644 --- a/bonnie-bee/bullet.scm +++ b/bonnie-bee/bullet.scm @@ -202,7 +202,7 @@ (< (rect-left h) -16.0) (> (rect-right h) 336.0) (< (rect-bottom h) -16.0) - (> (rect-top h) 272.0)) + (> (rect-top h) 284.0)) (remove-bullet bullets i) (loop i)) ((and (= (vec2-x v) 0.0) |