summaryrefslogtreecommitdiff
path: root/bonnie-bee/player.scm
diff options
context:
space:
mode:
Diffstat (limited to 'bonnie-bee/player.scm')
-rw-r--r--bonnie-bee/player.scm3
1 files changed, 2 insertions, 1 deletions
diff --git a/bonnie-bee/player.scm b/bonnie-bee/player.scm
index 6f6cd91..78eafc0 100644
--- a/bonnie-bee/player.scm
+++ b/bonnie-bee/player.scm
@@ -20,6 +20,7 @@
move-down?
move-up?
shoot?
+ invincible?
speed
lives
pollen
@@ -38,7 +39,7 @@
(shoot? #:accessor shoot? #:init-value #f #:watch? #t)
(last-shot #:accessor last-shot #:init-value 0)
(shot-interval #:getter shot-interval #:init-value (steps 2))
- (speed #:accessor speed #:init-value 2.5)
+ (speed #:accessor speed #:init-value 1.8)
(lives #:accessor lives #:init-value 3)
(invincible? #:accessor invincible? #:init-value #f)
(pollen #:accessor pollen #:init-value 0)