changed robot shot time, for easier testing

This commit is contained in:
Richard Harrington 2013-08-22 01:55:17 -04:00
parent dbf2ea20cc
commit 9b49d3dd60

View File

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