View Single Post
Old 05-25-2011, 01:37 PM   #3
Cudya
A Snow Cougar
 
Cudya's Avatar
 
Join Date: Jan 2003
Posts: 46
Interface Author - Click to view interfaces
Default

Changes to EQUI_Animations.xml (NOTE: all line numbers are from the new file, not the old one):

Added (line 924 to 929):

<TextureInfo item="dragitem96.tga">
<Size>
<CX>256</CX>
<CY>256</CY>
</Size>
</TextureInfo>


Added (line 8317 to 8335):

<Ui2DAnimation item="A_RoundedTabRightBottom">
<Cycle>true</Cycle>
<Frames>
<Texture>window_pieces01.tga</Texture>
<Location>
<X>220</X>
<Y>160</Y>
</Location>
<Size>
<CX>5</CX>
<CY>7</CY>
</Size>
<Hotspot>
<X>0</X>
<Y>0</Y>
</Hotspot>
<Duration>1000</Duration>
</Frames>
</Ui2DAnimation>


Added (lines 8412 to 8430):

<Ui2DAnimation item="A_RoundedTabLeftBottom">
<Cycle>true</Cycle>
<Frames>
<Texture>window_pieces01.tga</Texture>
<Location>
<X>215</X>
<Y>160</Y>
</Location>
<Size>
<CX>5</CX>
<CY>7</CY>
</Size>
<Hotspot>
<X>0</X>
<Y>0</Y>
</Hotspot>
<Duration>1000</Duration>
</Frames>
</Ui2DAnimation>


Added (lines 13225 to 13240):

<Frames>
<Texture>dragitem96.tga</Texture>
<Location>
<X>0</X>
<Y>0</Y>
</Location>
<Size>
<CX>256</CX>
<CY>256</CY>
</Size>
<Hotspot>
<X>0</X>
<Y>0</Y>
</Hotspot>
<Duration>1000</Duration>
</Frames>


Changed (just the number 111 to 110 on line 13307; lines 13301 to 13318 shown):

<Ui2DAnimation item="A_TabRightBottom">
<Cycle>true</Cycle>
<Frames>
<Texture>window_pieces01.tga</Texture>
<Location>
<X>159</X>
<Y>110</Y>
</Location>
<Size>
<CX>4</CX>
<CY>4</CY>
</Size>
<Hotspot>
<X>0</X>
<Y>0</Y>
</Hotspot>
<Duration>1000</Duration>
</Frames>
__________________
Cudya is offline   Reply With Quote