change default color to the official standard for default scheme

This commit is contained in:
Adrian Mariano 2022-03-19 19:23:47 -04:00
parent 5439b1ee64
commit c08d33aec0

View file

@ -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];