View Single Post
10-30-10, 09:00 PM   #1
samishii23
An Aku'mai Servant
Join Date: Oct 2010
Posts: 33
Help with XML to LUA

I'm trying to reduplicate this nice little title bar I've seen (Attached), but the thing is in XML and I can't figure out how to convert it.

Code:
<Texture name="$parentTitleBG" file="Interface\PaperDollInfoFrame\UI-GearManager-Title-Background">
	<Anchors>
		<Anchor point="TOPLEFT">
			<Offset x="9" y="-6"/>
		</Anchor>
		<Anchor point="BOTTOMRIGHT" relativePoint="TOPRIGHT">
			<Offset x="-6" y="-24"/>
		</Anchor>
	</Anchors>
</Texture>
Not sure how to get this into LUA... Help?
Attached Thumbnails
Click image for larger version

Name:	wow_ss.JPG
Views:	553
Size:	2.4 KB
ID:	5149  
  Reply With Quote