Modcraft - The community dedicated to quality WoW modding!

Content creation => Modelling and Animation => Topic started by: Eponyx on April 01, 2015, 11:35:44 pm

Title: [QUESTION] Custom Images on Char. Creation
Post by: Eponyx on April 01, 2015, 11:35:44 pm
So, I have re-done the entire char creation screen, but I want to add some images, when I edit CharacterCreate.xml and add (as a test)

Code: [Select]
 <Texture name="MyTexture" file="InterfaceItemSocketingFrameUI-ItemSockets" alphaMode="ADD">
  <Size>
    <AbsDimension x="13" y="13"/>
  </Size>
  <Anchors>
    <Anchor point="CENTER">
      <Offset>
        <AbsDimension x="0" y="0"/>
      </Offset>
    </Anchor>
  </Anchors>
  <TexCoords left="0.398" right="0.445" top="0.402" bottom="0.449"/>
</Texture>

Nothing is showing up. I tried to add this code on the layer level of the border.

Can anyone tell me what i'm doing wrong here?


Thank you!
- Epo.