diff 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
line wrap: on
line diff
--- a/OpenButtonPage.xml	Mon Apr 29 17:44:58 2013 +0000
+++ b/OpenButtonPage.xml	Mon Apr 29 17:45:04 2013 +0000
@@ -61,10 +61,10 @@
 					</OnLeave>
 				</Scripts>
 
-				<NormalTexture file="Interface\AddOns\CyborgMMO7\Graphics\Cyborg.tga">
+				<NormalTexture file="Interface\AddOns\CyborgMMO7\Graphics\Cyborg">
 					<Color r="0.0" g="0.0" b="0.0" a="1"/>
 				</NormalTexture>
-				<HighlightTexture file="Interface\AddOns\CyborgMMO7\Graphics\CyborgGlow.tga">
+				<HighlightTexture file="Interface\AddOns\CyborgMMO7\Graphics\CyborgGlow">
 					<Color r=".38" g=".85" b="1.0" a="0.90"/>
 				</HighlightTexture>
 
@@ -88,7 +88,7 @@
 		<HighlightTexture alphaMode="ADD" file="Interface\Minimap\UI-Minimap-ZoomButton-Highlight"/>
 		<Layers>
 			<Layer level="BACKGROUND">
-				<Texture name="$parentIcon" file="Interface\AddOns\CyborgMMO7\Graphics\Cyborg.tga">
+				<Texture name="$parentIcon" file="Interface\AddOns\CyborgMMO7\Graphics\Cyborg">
 					<Size><AbsDimension x="20" y="20"/></Size>
 					<Anchors>
 						<Anchor point="TOPLEFT"><AbsDimension x="6" y="-5"/></Anchor>
@@ -97,7 +97,7 @@
 				</Texture>
 			</Layer>
 			<Layer level="ARTWORK">
-				<Texture name="$parentIconGlow" file="Interface\AddOns\CyborgMMO7\Graphics\CyborgGlow.tga">
+				<Texture name="$parentIconGlow" file="Interface\AddOns\CyborgMMO7\Graphics\CyborgGlow">
 					<Size><AbsDimension x="20" y="20"/></Size>
 					<Anchors>
 						<Anchor point="TOPLEFT"><AbsDimension x="6" y="-5"/></Anchor>