View Single Post
Old 11-05-2003, 01:18 PM   #3
wilcoxon
A Gray Wolf
 
Join Date: Jun 2003
Posts: 4
Default

*** old/EQUI_TargetWindow.xml Wed May 14 03:15:28 2003
--- EQUI_TargetWindow.xml Tue Nov 4 11:26:51 2003
***************
*** 92,97 ****
--- 92,124 ----
<AlignRight>false</AlignRight>
</Label>

+ <TextureInfo item = "TargetBox.tga">
+ <Size>
+ <CX>128</CX>
+ <CY>32</CY>
+ </Size>
+ </TextureInfo>
+
+ <Ui2DAnimation item = "A_TargetBox">
+ <Cycle>false</Cycle>
+ <Frames>
+ <Texture>TargetBox.tga</Texture>
+ <Location>
+ <X>6</X>
+ <Y>2</Y>
+ </Location>
+ <Size>
+ <CX>116</CX>
+ <CY>28</CY>
+ </Size>
+ </Frames>
+ </Ui2DAnimation>
+
+ <StaticAnimation item = "A_TargetBoxStaticAnim">
+ <ScreenID>A_TargetBoxStaticAnim</ScreenID>
+ <Animation>A_TargetBox</Animation>
+ </StaticAnimation>
+
<Screen item = "TargetWindow">
<ScreenID/>
<RelativePosition>false</RelativePosition>
***************
*** 117,122 ****
--- 144,150 ----
<Pieces>Target_HP</Pieces>
<Pieces>Target_HPLabel</Pieces>
<Pieces>Target_HPPercLabel</Pieces>
+ <Pieces>A_TargetBoxStaticAnim</Pieces>
</Screen>

</XML>
wilcoxon is offline