mirror of
https://github.com/revarbat/BOSL2.git
synced 2025-08-13 12:24:01 +02:00
change default color to the official standard for default scheme
This commit is contained in:
@@ -18,7 +18,7 @@ $tags = "";
|
||||
$overlap = 0;
|
||||
$color = undef;//"yellow";
|
||||
$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_anchor = [CENTER, CENTER, UP, 0];
|
||||
|
Reference in New Issue
Block a user