mirror of
https://github.com/BelfrySCAD/BOSL2.git
synced 2025-01-01 09:49:45 +00:00
change default color to the official standard for default scheme
This commit is contained in:
parent
5439b1ee64
commit
c08d33aec0
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ $tags = "";
|
||||||
$overlap = 0;
|
$overlap = 0;
|
||||||
$color = undef;//"yellow";
|
$color = undef;//"yellow";
|
||||||
$save_color = undef; // Saved color to revert back for children
|
$save_color = undef; // Saved color to revert back for children
|
||||||
_DEFAULT_COLOR = "gold";
|
_DEFAULT_COLOR = "#f9d72c"; // Maybe the same as "gold"
|
||||||
|
|
||||||
$attach_to = undef;
|
$attach_to = undef;
|
||||||
$attach_anchor = [CENTER, CENTER, UP, 0];
|
$attach_anchor = [CENTER, CENTER, UP, 0];
|
||||||
|
|
Loading…
Reference in a new issue