diff options
author | Justin C. Rounds (Chuck) <chuck@lindenlab.com> | 2009-10-30 17:49:00 -0400 |
---|---|---|
committer | Justin C. Rounds (Chuck) <chuck@lindenlab.com> | 2009-10-30 17:49:00 -0400 |
commit | d34c8d633728300e7a46a3248ec2c23b01098477 (patch) | |
tree | ee95346b92f81af86eb8452b1d3e85e65cadff50 /indra/newview/skins | |
parent | 67e7a127207900cf0d4f1fb9b7acb6147415d0d5 (diff) |
Made MapAvatarFriendColor Yellow (and added Yellow to color list).
https://jira.secondlife.com/browse/EXT-2006
Diffstat (limited to 'indra/newview/skins')
-rw-r--r-- | indra/newview/skins/default/colors.xml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/indra/newview/skins/default/colors.xml b/indra/newview/skins/default/colors.xml index 6e22472153..1e0da13162 100644 --- a/indra/newview/skins/default/colors.xml +++ b/indra/newview/skins/default/colors.xml @@ -66,6 +66,9 @@ name="Blue" value="0 0 1 1" /> <color + name="Yellow" + value="1 1 0 1" /> + <color name="Unused?" value="1 0 1 1" /> <color @@ -411,7 +414,7 @@ reference="Green" /> <color name="MapAvatarFriendColor" - reference="Unused?" /> + reference="Yellow" /> <color name="MapAvatarSelfColor" value="0.53125 0 0.498047 1" /> |