View Single Post
  #4  
Unread 12-15-2021, 08:16 AM
Adra's Avatar
Adra Adra is offline
The Undying
Interface Author - Click to view interfaces
 
Join Date: Jun 2011
Location: France
Posts: 171
I guess it is this part, and the first line rules the element position.

Code:
      <Element ID="LoE_VitalsField" X="64" Y="58" Width="224" Height="40"> 
        <Element ID="LoE_ShadowMeter_FX" X="2" Y="0" Width="112" Height="40"> </Element>
        <Element ID="LoE_LightMeter_FX" X="112" Y="0" Width="112" Height="40"> </Element>
        <Element ID="LoE_LightMeter" X="62" Y="14" Width="50" Height="11"> 
          <Element ID="meter_fill" X="0" Y="0" Width="50" Height="11"> 
            <Element ID="meter_fill_image" X="0" Y="0" Width="50" Height="11"> </Element>
          </Element>
        </Element>
        <Element ID="LoE_DebuffMeter" X="62" Y="14" Width="50" Height="11"> 
          <Element ID="meter_fill" X="0" Y="0" Width="50" Height="11"> 
            <Element ID="meter_fill_image" X="0" Y="0" Width="50" Height="11"> </Element>
          </Element>
        </Element>
        <Element ID="LoE_ShadowMeter" X="114" Y="14" Width="50" Height="11"> 
          <Element ID="meter_fill" X="0" Y="0" Width="50" Height="11"> 
            <Element ID="meter_fill_image" X="0" Y="0" Width="50" Height="11"> </Element>
          </Element>
        </Element>
        <Element ID="LoE_BuffMeter" X="114" Y="14" Width="50" Height="11"> </Element>
        <Element ID="LoE_Background" X="32" Y="9" Width="160" Height="22"> </Element>
        <Element ID="LoE_ShadowText" X="54" Y="13" Width="120" Height="12"> </Element>
      </Element>
__________________
JRR skins collection download page
JRR Azure Glass download page
Extended and enhanced panels
Adra/Adragor/Osred from Sirannon.
Derelos/Prurit/Karnaj from Evernight.

Last edited by Adra : 12-15-2021 at 08:18 AM.
Reply With Quote