mirror of
https://github.com/richardharrington/robotwar.git
synced 2026-04-21 15:16:29 +00:00
changed robot colors so green wouldn't clash with background
This commit is contained in:
+1
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user