diff options
-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 |