summaryrefslogtreecommitdiff
path: root/game.scm
diff options
context:
space:
mode:
Diffstat (limited to 'game.scm')
-rw-r--r--game.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/game.scm b/game.scm
index ad90be6..6c3b46f 100644
--- a/game.scm
+++ b/game.scm
@@ -196,7 +196,7 @@
(move-player player (v* speed (player-direction player))))))
(define player-bullet-script
- (forever (forward 4)))
+ (forever (forward 5)))
(define player-bullet-direction (/ pi 2))