View Single Post
03/14/15, 11:07 AM   #3
Ayantir
 
Ayantir's Avatar
AddOn Author - Click to view addons
Join Date: Jul 2014
Posts: 1,019
You can also use xml declaration as below :

Lua Code:
  1. <Texture name="TextureName" textureFile="EsoUI/Art/Miscellaneous/horizontalDivider.dds">
  2.     <Dimensions y="4"/>
  3.     <Anchor point="TOPLEFT" offsetY="370" offsetX="120" />
  4.     <Anchor point="TOPRIGHT" offsetY="370" offsetX="-120"/>
  5.     <TextureCoords top="0" bottom="1" left="0.181640625" right="0.818359375"/>
  6. </Texture>

It's a detailled and complex display, but you can only use

Lua Code:
  1. <Texture name="TextureName" textureFile="EsoUI/Art/Miscellaneous/horizontalDivider.dds" />

per exemple.

I'll update the wiki with all 1.6 stuff this weekend, not in the mood to code.
  Reply With Quote