diff 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
line wrap: on
line diff
--- a/MainPage.xml	Mon Apr 29 17:44:58 2013 +0000
+++ b/MainPage.xml	Mon Apr 29 17:45:04 2013 +0000
@@ -55,7 +55,7 @@
 			<Layer level="BACKGROUND">
 				<Texture
 					name="$parentBackgroundTexture"
-					file="Interface\AddOns\CyborgMMO7\Graphics\ParchmentAndAllIcons.tga"
+					file="Interface\AddOns\CyborgMMO7\Graphics\ParchmentAndAllIcons"
 				>
 					<Size><AbsDimension x="512" y="512"/></Size>
 					<Anchors>
@@ -66,7 +66,7 @@
 			<Layer level="ARTWORK">
 				<Texture
 					name="$parentRatCalloutsTexture"
-					file="Interface\AddOns\CyborgMMO7\Graphics\Lines.tga"
+					file="Interface\AddOns\CyborgMMO7\Graphics\Lines"
 				>
 					<Size><AbsDimension x="512" y="512"/></Size>
 					<Anchors>
@@ -119,9 +119,9 @@
 				<Scripts>
 					<OnClick>CyborgMMO_Close()</OnClick>
 				</Scripts>
-				<NormalTexture file="Interface\AddOns\CyborgMMO7\Graphics\CloseButton.tga"/>
-				<PushedTexture file="Interface\AddOns\CyborgMMO7\Graphics\CloseButtonDown.tga"/>
-				<HighlightTexture file="Interface\AddOns\CyborgMMO7\Graphics\CloseButtonOver.tga" alpha=".5"/>
+				<NormalTexture file="Interface\AddOns\CyborgMMO7\Graphics\CloseButton"/>
+				<PushedTexture file="Interface\AddOns\CyborgMMO7\Graphics\CloseButtonDown"/>
+				<HighlightTexture file="Interface\AddOns\CyborgMMO7\Graphics\CloseButtonOver" alpha=".5"/>
 			</Button>
 			<Frame name="$parentSlotList" inherits="CyborgMMO_TemplateRatPage">
 				<Anchors>