View Single Post
04-01-09, 04:28 PM   #2
Maul
Ion Engines, Engage!
 
Maul's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2005
Posts: 401
Code:
	<Frame name="MyImageFrame" parent="UIParent">
		<Size x="50" y="50"/>
		<Anchors>
			<Anchor point="CENTER"/>
		</Acnhors>
		<Layers>
			<Layer level="OVERLAY">
				<Texture name="$parentMyImage" file="Interface\AddOns\MyAddon\MyImageName.tga">
					<Size x="50" y="50"/>
					<Anchors>
						<Anchor point="CENTER"/>
					</Anchors>
				</Texture>
			</Layer>
		</Layers>
	</Frame>
Thia would be one basic XML way. Replace the file path with one to your file. Make sure your texture is WoW compliant
__________________

Twitter: @IonMaul | Windows Live: [email protected] | Google Talk: [email protected]
  Reply With Quote