Difference between revisions of "User:Tx Oh"
Jump to navigation
Jump to search
({{Jira Reporter}}) |
m |
||
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 22:36, 14 April 2008
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>