From b78dbe2b03382016c4c89e383e59f4dcb4aece2b Mon Sep 17 00:00:00 2001 From: Jeffrey Sun Date: Mon, 19 Dec 2016 15:33:38 -0800 Subject: [PATCH] kill mask color --- js/fox.js | 1 - 1 file changed, 1 deletion(-) diff --git a/js/fox.js b/js/fox.js index 3d892ee..763d06c 100644 --- a/js/fox.js +++ b/js/fox.js @@ -89,7 +89,6 @@ var Fox = function (IMG_WIDTH, IMG_HEIGHT, seed) { } var mask = { - color: hsl(hue, saturation, 95), width: chance.floating({min: 0.5 * IMG_WIDTH, max: IMG_WIDTH}), height: chance.floating({min: 1.7 * (IMG_HEIGHT - eyes.left.y), max: 1.85 * (IMG_HEIGHT - eyes.left.y)}) }