View Single Post
  #4  
Unread 01-31-2005, 05:57 AM
tonyis3l33t's Avatar
tonyis3l33t tonyis3l33t is offline
a hedgehog
This person is a EQ2Map developer.
Interface Author - Click to view interfaces
 
Join Date: Dec 2004
Server: Nagafen
Posts: 854
Default

Found in eq2ui_images.xml:
Code:
<ImageStyle Name="GaugeBackground">
<ImageFrame Name="f_0" Source="images/window_pieces01.dds" SourceRect="110,10,210,18"/>
</ImageStyle>
<ImageStyle Name="GaugeFill">
<ImageFrame Name="f_0" Source="images/window_pieces01.dds" SourceRect="110,20,210,28"/>
</ImageStyle>
<ImageStyle Name="GaugeLines">
<ImageFrame Name="f_0" Source="images/window_pieces01.dds" SourceRect="110,30,210,38"/>
</ImageStyle>
<ImageStyle Name="GaugeLinesFill">
<ImageFrame Name="f_0" Source="images/window_pieces01.dds" SourceRect="110,40,210,48"/>
</ImageStyle>
<ImageStyle Name="GaugeEndCapLeft">
<ImageFrame Name="f_0" Source="images/window_pieces01.dds" SourceRect="216,20,220,28"/>
</ImageStyle>
<ImageStyle Name="GaugeEndCapRight">
<ImageFrame Name="f_0" Source="images/window_pieces01.dds" SourceRect="212,10,216,18"/>
</ImageStyle>
I plan on making the greyscale thing a dark red.
________
Avandia Class Action

Last edited by tonyis3l33t : 09-16-2011 at 03:26 AM.
Reply With Quote