From 1de75a5887d2d6381af08e3ee4321086d89b7c0d Mon Sep 17 00:00:00 2001 From: Dimava Date: Fri, 12 Jun 2020 00:16:18 +0300 Subject: [PATCH] remove black color --- src/js/game/custom/colors.js | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/src/js/game/custom/colors.js b/src/js/game/custom/colors.js index a3fea39d..6932e043 100644 --- a/src/js/game/custom/colors.js +++ b/src/js/game/custom/colors.js @@ -15,15 +15,15 @@ export function registerCustomColor(colorData) { customColors.push(colorData); } -registerCustomColor({ - id: "black", - code: "k", - hex: "#333333", - mixing: { - white: "uncolored", - uncolored: "uncolored", - any: "black", - }, - spawnable: true, - minDistance: 5, -}); +// registerCustomColor({ +// id: "black", +// code: "k", +// hex: "#333333", +// mixing: { +// white: "uncolored", +// uncolored: "uncolored", +// any: "black", +// }, +// spawnable: true, +// minDistance: 5, +// });