annotate classes/ReAnchor.xml @ 15:0ea4c8ab1991

Removed redundant setting of config.id in PetActionType
author Flick <flickerstreak@gmail.com>
date Thu, 22 Mar 2007 21:07:53 +0000
parents f920db5fc6b1
children
rev   line source
flickerstreak@7 1 <Ui xmlns="http://www.blizzard.com/wow/ui/"
flickerstreak@7 2 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
flickerstreak@7 3 xsi:schemaLocation="http://www.blizzard.com/wow/ui/..\FrameXML\UI.xsd">
flickerstreak@7 4
flickerstreak@7 5 <Frame name="ReAnchorSnapIndicatorTemplate" virtual="true" frameStrata="HIGH" enableMouse="false" hidden="true">
flickerstreak@7 6 <Size>
flickerstreak@7 7 <AbsDimension x="8" y="8"/>
flickerstreak@7 8 </Size>
flickerstreak@7 9 <Layers>
flickerstreak@7 10 <Layer level="OVERLAY">
flickerstreak@7 11 <Texture alphaMode="ADD">
flickerstreak@7 12 <Color r="1.0" g="0.82" b="0" a="0.8"/>
flickerstreak@7 13 </Texture>
flickerstreak@7 14 </Layer>
flickerstreak@7 15 </Layers>
flickerstreak@7 16 </Frame>
flickerstreak@7 17
flickerstreak@7 18 </Ui>