Colored minimap icons added. Green is normal, Yellow is friend, Blue is Linden, Orange is estate owner, Gray is muted.

This commit is contained in:
Hazim Gazov
2010-08-15 22:33:50 +00:00
parent be5ac3ac89
commit 78f3cae804
2 changed files with 38 additions and 4 deletions

View File

@@ -138,6 +138,9 @@
<!-- MAP -->
<MapAvatar value="0, 255, 0, 255" />
<MapFriend value="255, 255, 0, 255" />
<MapLinden value="0, 0, 255, 255" />
<MapEstateOwner value="255, 165, 0, 255" />
<MapMuted value="180, 180, 180, 255" />
<!-- MINI-MAP -->
<NetMapBackgroundColor value="0, 0, 0, 77" />