1
0
mirror of https://github.com/tobspr/shapez.io.git synced 2025-12-16 03:31:52 +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);
}
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,
// });