comparison OpenButtonPage.xml @ 47:1a29be548897

Removed all .tga extensions in texture names. They are not needed, and they won't need to be changed if we switch to blp files.
author madcatzinc@35b17cf1-18cd-47ff-9ca3-31d6b526ef09
date Mon, 29 Apr 2013 17:45:04 +0000
parents 3a3dc5e4405a
children 4b9e27be9c68
comparison
equal deleted inserted replaced
46:3a3dc5e4405a 47:1a29be548897
59 <OnLeave> 59 <OnLeave>
60 CyborgMMO_HideProfileTooltip() 60 CyborgMMO_HideProfileTooltip()
61 </OnLeave> 61 </OnLeave>
62 </Scripts> 62 </Scripts>
63 63
64 <NormalTexture file="Interface\AddOns\CyborgMMO7\Graphics\Cyborg.tga"> 64 <NormalTexture file="Interface\AddOns\CyborgMMO7\Graphics\Cyborg">
65 <Color r="0.0" g="0.0" b="0.0" a="1"/> 65 <Color r="0.0" g="0.0" b="0.0" a="1"/>
66 </NormalTexture> 66 </NormalTexture>
67 <HighlightTexture file="Interface\AddOns\CyborgMMO7\Graphics\CyborgGlow.tga"> 67 <HighlightTexture file="Interface\AddOns\CyborgMMO7\Graphics\CyborgGlow">
68 <Color r=".38" g=".85" b="1.0" a="0.90"/> 68 <Color r=".38" g=".85" b="1.0" a="0.90"/>
69 </HighlightTexture> 69 </HighlightTexture>
70 70
71 <ButtonText name="$parentText"> 71 <ButtonText name="$parentText">
72 <FontHeight><AbsValue val="10"/></FontHeight> 72 <FontHeight><AbsValue val="10"/></FontHeight>
86 <Anchor point="TOPLEFT"><Offset><AbsDimension x="0" y="0"/></Offset></Anchor> 86 <Anchor point="TOPLEFT"><Offset><AbsDimension x="0" y="0"/></Offset></Anchor>
87 </Anchors> 87 </Anchors>
88 <HighlightTexture alphaMode="ADD" file="Interface\Minimap\UI-Minimap-ZoomButton-Highlight"/> 88 <HighlightTexture alphaMode="ADD" file="Interface\Minimap\UI-Minimap-ZoomButton-Highlight"/>
89 <Layers> 89 <Layers>
90 <Layer level="BACKGROUND"> 90 <Layer level="BACKGROUND">
91 <Texture name="$parentIcon" file="Interface\AddOns\CyborgMMO7\Graphics\Cyborg.tga"> 91 <Texture name="$parentIcon" file="Interface\AddOns\CyborgMMO7\Graphics\Cyborg">
92 <Size><AbsDimension x="20" y="20"/></Size> 92 <Size><AbsDimension x="20" y="20"/></Size>
93 <Anchors> 93 <Anchors>
94 <Anchor point="TOPLEFT"><AbsDimension x="6" y="-5"/></Anchor> 94 <Anchor point="TOPLEFT"><AbsDimension x="6" y="-5"/></Anchor>
95 </Anchors> 95 </Anchors>
96 <Color r="0.0" g="0.0" b="0.0" a="1"/> 96 <Color r="0.0" g="0.0" b="0.0" a="1"/>
97 </Texture> 97 </Texture>
98 </Layer> 98 </Layer>
99 <Layer level="ARTWORK"> 99 <Layer level="ARTWORK">
100 <Texture name="$parentIconGlow" file="Interface\AddOns\CyborgMMO7\Graphics\CyborgGlow.tga"> 100 <Texture name="$parentIconGlow" file="Interface\AddOns\CyborgMMO7\Graphics\CyborgGlow">
101 <Size><AbsDimension x="20" y="20"/></Size> 101 <Size><AbsDimension x="20" y="20"/></Size>
102 <Anchors> 102 <Anchors>
103 <Anchor point="TOPLEFT"><AbsDimension x="6" y="-5"/></Anchor> 103 <Anchor point="TOPLEFT"><AbsDimension x="6" y="-5"/></Anchor>
104 </Anchors> 104 </Anchors>
105 <Color r=".38" g=".85" b="1.0" a="0.90"/> 105 <Color r=".38" g=".85" b="1.0" a="0.90"/>