changed robot colors so green wouldn't clash with background

This commit is contained in:
Richard Harrington
2013-08-24 09:37:49 -04:00
parent af25b1a2db
commit a66e7d0a64
+1 -1
View File
@@ -4,7 +4,7 @@
var MAX_FAST_FORWARD = 40;
var STARTING_FAST_FORWARD = 15;
var FPS = 60;
var ROBOT_COLORS = ["#3ef74e", "#380bfa", "#fa2d0b", "#0bfaf7", "#faf20b"];
var ROBOT_COLORS = ["#fa2d0b", "#0bfaf7", "#faf20b", "#e312f0", "#4567fb"];
var GUN_LENGTH = 14;
var GUN_WIDTH = 3;
var SHELL_RADIUS = 2;