User:Tx Oh: Difference between revisions

From Second Life Wiki
Jump to navigation Jump to search
{{Jira Reporter}}
 
Tx Oh (talk | contribs)
mNo edit summary
 
Line 1: Line 1:
{{Jira Reporter}}
{{Jira Reporter}}
for a nicer and eye friendly minimap i changed the app_settings/colors.xml file to this:
<section ...>
.
.
<!--  Colors for the Mini-Map -->
<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>

Latest revision as of 23:36, 14 April 2008

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>