<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<XML id="SGOUIMarkupLanguage" version="0.1">
<SkinAssets name="Vgrd" displayName="Vanguard"><--------name="prefix name"
<Animations>
<--- The start of the specific graphic--->
<AnimationInfo name="TitlebarTopLeft"><-----------Graphic title
<AnimationFrame tick="1000">
<TextureName>VgrdParts.tga</TextureName><----The graphic files name
<Rect x="15" y="0" width="7" height="11" /><----------------the X and Y axis of the file on the targa sheet (photoshops info panel will tell you whenyou mouse to the graphic top left corner
</AnimationFrame>
</AnimationInfo>
<---- The end of the specific graphic--->
</Animations>
</SkinAssets>
</XML>
To wite this specific file out it would be "VgrdTitlebarTopLeft"
Vgrd come from the skin assest line name="Vgrd"
TitlebarTopLeft comes from the texture line <TextureName>VgrdParts.tga</TextureName>
I hope this helps a bit,
Draven
|