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:
parent
e39b72ef6d
commit
1de75a5887
@ -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,
|
||||||
});
|
// });
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user