View Single Post
  #1  
Unread 02-16-2008, 03:20 PM
Tennessee Tennessee is offline
The Unscathed
Interface Author - Click to view interfaces
 
Join Date: Feb 2008
Posts: 16
I give up on VitalsField

i have been tryin to faten the mortal bar and make it a little longer or even change the color of it with no luck. i really hope im at the right spot but u can change these #'s all ya want and doesnt do a thing.
this is just part of the code i have been workin with
HTML Code:
<PanelFile ID="ID_UISkin_RealVitalsField">
  <Element ID="VitalField" X="0" Y="0" Width="178" Height="23"></Element>
  <Element ID="RealVitalsField" X="96" Y="36" Width="168" Height="42">
    <Element ID="HealthVitalField" X="0" Y="0" Width="164" Height="23">
      <Element ID="HealthField" X="0" Y="0" Width="164" Height="23">
        <Element ID="CurrentHealthMeter" X="0" Y="12" Width="164" Height="9"></Element>
      </Element>
      <Element ID="DreadField" X="0" Y="0" Width="164" Height="23">
        <Element ID="DreadMeter" X="0" Y="12" Width="164" Height="9"></Element>
      </Element>
      <Element ID="CurrentHealthText" X="0" Y="8" Width="162" Height="16"></Element>
    </Element>
    <Element ID="PowerField" X="1" Y="17" Width="164" Height="23">
      <Element ID="CurrentPowerMeter" X="0" Y="6" Width="164" Height="9"></Element>
      <Element ID="CurrentPowerText" X="3" Y="3" Width="162" Height="16"></Element>
    </Element>
  </Element>
</PanelFile>
Reply With Quote