User:Tx Oh

From Second Life Wiki
Revision as of 23:36, 14 April 2008 by Tx Oh (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
View the issues Tx Oh has filed at jira.secondlife.com


for a nicer and eye friendly minimap i changed the app_settings/colors.xml file to this:

<section ...>

.
.

<NetMapBackgroundColor value="0, 0, 0, 77"/>
<NetMapYouOwnAboveWater value="0, 64, 64, 224"/>
<NetMapYouOwnBelowWater value="0, 48, 48, 224"/>
<NetMapGroupOwnAboveWater value="64, 0, 64, 224"/>
<NetMapGroupOwnBelowWater value="48, 0, 48, 224"/>
<NetMapOtherOwnAboveWater value="60, 60, 60, 224"/>
<NetMapOtherOwnBelowWater value="30, 30, 30, 224"/>

.
.
</section>