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);
|
||||
}
|
||||
|
||||
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,
|
||||
// });
|
||||
|
||||
Loading…
Reference in New Issue
Block a user