diff options
author | David Thompson <dthompson2@worcester.edu> | 2023-10-29 21:54:31 -0400 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2023-10-29 21:57:45 -0400 |
commit | 73f5d6eb39974160be36894eb27402baa796fc07 (patch) | |
tree | e34cc79e64e95456dcd8897f4f8c35c9be24a844 | |
parent | e3b2c9eda0896bb280cdcb587c114250449a3e00 (diff) |
Tweak flyer0 fire rate.
-rw-r--r-- | game.scm | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |