summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2023-10-29 21:54:31 -0400
committerDavid Thompson <dthompson2@worcester.edu>2023-10-29 21:57:45 -0400
commit73f5d6eb39974160be36894eb27402baa796fc07 (patch)
treee34cc79e64e95456dcd8897f4f8c35c9be24a844
parente3b2c9eda0896bb280cdcb587c114250449a3e00 (diff)
Tweak flyer0 fire rate.
-rw-r--r--game.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/game.scm b/game.scm
index 97da850..52086ed 100644
--- a/game.scm
+++ b/game.scm
@@ -1090,7 +1090,7 @@
2.0 2.0
(* (cos theta) speed)
(* (sin theta) speed))
- (wait 5))
+ (wait 8))
(loop (+ i 0.5))))))
(let ((speed 0.5))
(forever