comparison MainPage.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 f02cf040133c
children
comparison
equal deleted inserted replaced
46:3a3dc5e4405a 47:1a29be548897
53 </Anchors> 53 </Anchors>
54 <Layers> 54 <Layers>
55 <Layer level="BACKGROUND"> 55 <Layer level="BACKGROUND">
56 <Texture 56 <Texture
57 name="$parentBackgroundTexture" 57 name="$parentBackgroundTexture"
58 file="Interface\AddOns\CyborgMMO7\Graphics\ParchmentAndAllIcons.tga" 58 file="Interface\AddOns\CyborgMMO7\Graphics\ParchmentAndAllIcons"
59 > 59 >
60 <Size><AbsDimension x="512" y="512"/></Size> 60 <Size><AbsDimension x="512" y="512"/></Size>
61 <Anchors> 61 <Anchors>
62 <Anchor point="TOPLEFT"><Offset><AbsDimension x="0" y="0"/></Offset></Anchor> 62 <Anchor point="TOPLEFT"><Offset><AbsDimension x="0" y="0"/></Offset></Anchor>
63 </Anchors> 63 </Anchors>
64 </Texture> 64 </Texture>
65 </Layer> 65 </Layer>
66 <Layer level="ARTWORK"> 66 <Layer level="ARTWORK">
67 <Texture 67 <Texture
68 name="$parentRatCalloutsTexture" 68 name="$parentRatCalloutsTexture"
69 file="Interface\AddOns\CyborgMMO7\Graphics\Lines.tga" 69 file="Interface\AddOns\CyborgMMO7\Graphics\Lines"
70 > 70 >
71 <Size><AbsDimension x="512" y="512"/></Size> 71 <Size><AbsDimension x="512" y="512"/></Size>
72 <Anchors> 72 <Anchors>
73 <Anchor point="TOPLEFT"><Offset><AbsDimension x="0" y="0"/></Offset></Anchor> 73 <Anchor point="TOPLEFT"><Offset><AbsDimension x="0" y="0"/></Offset></Anchor>
74 </Anchors> 74 </Anchors>
117 <Anchor point="TOPLEFT"><Offset><AbsDimension x="474" y="-8"/></Offset></Anchor> 117 <Anchor point="TOPLEFT"><Offset><AbsDimension x="474" y="-8"/></Offset></Anchor>
118 </Anchors> 118 </Anchors>
119 <Scripts> 119 <Scripts>
120 <OnClick>CyborgMMO_Close()</OnClick> 120 <OnClick>CyborgMMO_Close()</OnClick>
121 </Scripts> 121 </Scripts>
122 <NormalTexture file="Interface\AddOns\CyborgMMO7\Graphics\CloseButton.tga"/> 122 <NormalTexture file="Interface\AddOns\CyborgMMO7\Graphics\CloseButton"/>
123 <PushedTexture file="Interface\AddOns\CyborgMMO7\Graphics\CloseButtonDown.tga"/> 123 <PushedTexture file="Interface\AddOns\CyborgMMO7\Graphics\CloseButtonDown"/>
124 <HighlightTexture file="Interface\AddOns\CyborgMMO7\Graphics\CloseButtonOver.tga" alpha=".5"/> 124 <HighlightTexture file="Interface\AddOns\CyborgMMO7\Graphics\CloseButtonOver" alpha=".5"/>
125 </Button> 125 </Button>
126 <Frame name="$parentSlotList" inherits="CyborgMMO_TemplateRatPage"> 126 <Frame name="$parentSlotList" inherits="CyborgMMO_TemplateRatPage">
127 <Anchors> 127 <Anchors>
128 <Anchor point="TOPLEFT"><Offset><AbsDimension x="0" y="0"/></Offset></Anchor> 128 <Anchor point="TOPLEFT"><Offset><AbsDimension x="0" y="0"/></Offset></Anchor>
129 </Anchors> 129 </Anchors>