View Single Post
Old 05-01-2011, 11:34 AM   #2
Drakah
Skinning Guru
 
Drakah's Avatar
 
Join Date: Jul 2002
Posts: 1,076
Interface Author - Click to view interfaces
Default

The Ui2DAnimation tag is for telling the game where the graphic is in the graphic file, but you need to tell the game that it has that file.

You will need this someplace to have that graphic file added to its memory to utilize.

<TextureInfo item="hotbuttons3.dds">
<Size>
<CX>256</CX>
<CY>256</CY>
</Size>
</TextureInfo>


....assuming it is a 256x256 image....though I wouldnt use DDS...I would stick with TGA.
__________________
Regards,

Drakah

shakahr.com
Remember...it is only a GAME
Drakah is offline   Reply With Quote