changed shell constants

This commit is contained in:
Richard Harrington 2013-08-21 21:46:14 -04:00
parent 5a5fb86359
commit 3ff18fb289

View File

@ -8,7 +8,7 @@
(def ROBOT-RANGE-X 256.0)
(def ROBOT-RANGE-Y 256.0)
(def GAME-SECONDS-PER-SHOT 1.0)
(def GAME-SECONDS-PER-SHOT 10.0)
; SHELL-SPEED is in meters per second
(def SHELL-SPEED 50.0)
(def SHELL-SPEED 25.0)