diff options
author | Cosmic Linden <cosmic@lindenlab.com> | 2022-01-25 17:25:46 -0800 |
---|---|---|
committer | Cosmic Linden <cosmic@lindenlab.com> | 2022-02-23 17:14:38 -0800 |
commit | 898079a39bc86598d8e998a24845d0932c88cdca (patch) | |
tree | 3671315e7a2ea5a4ce8522f15a5ae0b01a994b1e /indra/newview/skins/default/colors.xml | |
parent | 34a9e84cd89e9a5a748dd5aa0cc2666bf8f6c34a (diff) |
SL-16857: Display parcel borders on the minimap, enable by default, right click context menu option to disable
Diffstat (limited to 'indra/newview/skins/default/colors.xml')
-rw-r--r-- | indra/newview/skins/default/colors.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/newview/skins/default/colors.xml b/indra/newview/skins/default/colors.xml index 7beb013fba..82e1942aa5 100644 --- a/indra/newview/skins/default/colors.xml +++ b/indra/newview/skins/default/colors.xml @@ -514,6 +514,9 @@ name="MapFrustumColor" reference="White_10" /> <color + name="MapParcelOutlineColor" + value="1 1 0 0.5" /> + <color name="MapFrustumRotatingColor" value="1 1 1 0.2" /> <color |