added SHELL_SPEED constant

This commit is contained in:
Richard Harrington 2013-08-20 23:21:45 -04:00
parent 63ff5c8e05
commit a632b53817

View File

@ -9,3 +9,6 @@
(def ROBOT-RANGE-Y 256.0)
(def GAME-SECONDS-PER-SHOT 1.0)
; SHELL-SPEED is in meters per second
(def SHELL-SPEED 50.0)