1
0
mirror of https://github.com/tobspr/shapez.io.git synced 2025-12-16 11:41:50 +00:00

remove black color

This commit is contained in:
Dimava 2020-06-12 00:16:18 +03:00
parent e39b72ef6d
commit 1de75a5887

View File

@ -15,15 +15,15 @@ export function registerCustomColor(colorData) {
customColors.push(colorData); customColors.push(colorData);
} }
registerCustomColor({ // registerCustomColor({
id: "black", // id: "black",
code: "k", // code: "k",
hex: "#333333", // hex: "#333333",
mixing: { // mixing: {
white: "uncolored", // white: "uncolored",
uncolored: "uncolored", // uncolored: "uncolored",
any: "black", // any: "black",
}, // },
spawnable: true, // spawnable: true,
minDistance: 5, // minDistance: 5,
}); // });