You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

148 lines
7.5 KiB

<Ui xmlns="http://www.blizzard.com/wow/ui/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.blizzard.com/wow/ui/
..\FrameXML\UI.xsd">
<Script file="DungeonEnemies.lua"/>
<Button name="MDTDungeonEnemyTemplate" enableMouse="true" virtual="true" mixin="MDTDungeonEnemyMixin">
<Layers>
<Layer level="BACKGROUND">
<Texture name="$parent_Dragon" hidden="true" parentKey="texture_Dragon" file="Interface\DialogFrame\UI-DialogBox-Gold-Dragon">
<Anchors>
<Anchor point="CENTER"/>
</Anchors>
</Texture>
</Layer>
<Layer level="BACKGROUND">
<Texture name="$parent_DragDown" hidden="true" parentKey="texture_DragDown" file="Interface\MINIMAP\ObjectIconsAtlas" alphaMode="BLEND">
<TexCoords left="0.083984375" right="0.1015625" top="0.71" bottom="0.74"/>
<Anchors>
<Anchor point="TOP" relativepoint="BOTTOM">
<Offset>
<AbsDimension x="0" y="1"/>
</Offset>
</Anchor>
</Anchors>
</Texture>
</Layer>
<Layer level="BACKGROUND">
<Texture name="$parent_DragLeft" hidden="true" parentKey="texture_DragLeft" file="Interface\MINIMAP\ObjectIconsAtlas" alphaMode="BLEND">
<TexCoords left="0.083984375" right="0.1015625" top="0.71" bottom="0.74"/>
<Anchors>
<Anchor point="RIGHT" relativepoint="LEFT">
<Offset>
<AbsDimension x="2" y="0"/>
</Offset>
</Anchor>
</Anchors>
</Texture>
</Layer>
<Layer level="BACKGROUND">
<Texture name="$parent_DragRight" hidden="true" parentKey="texture_DragRight" file="Interface\MINIMAP\ObjectIconsAtlas" alphaMode="BLEND">
<TexCoords left="0.083984375" right="0.10156255" top="0.71" bottom="0.74"/>
<Anchors>
<Anchor point="LEFT" relativepoint="RIGHT">
<Offset>
<AbsDimension x="-2" y="0"/>
</Offset>
</Anchor>
</Anchors>
</Texture>
</Layer>
<Layer level="BACKGROUND">
<Texture name="$parent_DragUp" hidden="true" parentKey="texture_DragUp" file="Interface\MINIMAP\ObjectIconsAtlas" alphaMode="BLEND">
<TexCoords left="0.083984375" right="0.10156255" top="0.71" bottom="0.74"/>
<Anchors>
<Anchor point="BOTTOM" relativepoint="TOP">
<Offset>
<AbsDimension x="0" y="-1"/>
</Offset>
</Anchor>
</Anchors>
</Texture>
</Layer>
<Layer level="BORDER">
<Texture name="$parent_Portrait" hidden="false" parentKey="texture_Portrait">
<Anchors>
<Anchor point="CENTER"/>
</Anchors>
</Texture>
</Layer>
<Layer level="ARTWORK">
<Texture name="$parent_SelectedHighlight" hidden="true" parentKey="texture_SelectedHighlight" file="Interface\AddOns\MythicDungeonTools\Textures\UI-EncounterJournalTextures">
<TexCoords left="0.69" right="0.81" top="0.39" bottom="0.333"/>
<Anchors>
<Anchor point="CENTER"/>
</Anchors>
</Texture>
</Layer>
<Layer level="OVERLAY">
<Texture name="$parent_Background" hidden="false" parentKey="texture_Background" file = "Interface\AddOns\MythicDungeonTools\Textures\UI-EncounterJournalTextures">
<TexCoords left="0.85" right="0.97" top="0.43" bottom="0.4865"/>
<Anchors>
<Anchor point="CENTER"/>
</Anchors>
</Texture>
<Texture name="$parent_Reaping" hidden="true" parentKey="texture_Reaping" file = "Interface\Icons\ability_warlock_improvedsoulleech" >
<Color r="0" g="0" b="0" a="0"/>
<Anchors>
<Anchor point="TOP">
<Offset><AbsDimension x="0" y="2"/></Offset>
</Anchor>
</Anchors>
</Texture>
<Texture name="$parent_shrouded_Indicator" hidden="false" parentKey="shrouded_Indicator" file = "Interface\AddOns\MythicDungeonTools\Textures\UI-EncounterJournalTextures">
<TexCoords left="0.85" right="0.97" top="0.43" bottom="0.4865"/>
<Color r="2.04" g="0" b="0" a="0"/>
<Anchors>
<Anchor point="CENTER"/>
</Anchors>
</Texture>
<Texture name="$parent_Indicator" hidden="false" parentKey="texture_Indicator" file = "Interface\AddOns\MythicDungeonTools\Textures\UI-EncounterJournalTextures">
<TexCoords left="0.85" right="0.97" top="0.43" bottom="0.4865"/>
<Color r="2.04" g="0" b="0" a="0"/>
<Anchors>
<Anchor point="CENTER"/>
</Anchors>
</Texture>
<Texture name="$parent_Indicator" hidden="true" parentKey="texture_PullIndicator" file = "Interface\AddOns\MythicDungeonTools\Textures\UI-EncounterJournalTextures">
<TexCoords left="0.85" right="0.97" top="0.43" bottom="0.4865"/>
<Color r="1.0" g="1" b="1" a="1"/>
<Anchors>
<Anchor point="CENTER"/>
</Anchors>
</Texture>
<FontString name="$parent_Text1" hidden="true" parentKey="fontstring_Text1">
<Color r="1" g="1" b="1" a="1"/>
<Anchors>
<Anchor point="CENTER"/>
</Anchors>
<Shadow>
<Offset x="0" y="0" />
<Color r="0" g="0" b="0"/>
</Shadow>
</FontString>
</Layer>
<Layer level="HIGHLIGHT">
<Texture name="$parent_MouseHighlight" parentKey="texture_MouseHighlight" file="Interface\AddOns\MythicDungeonTools\Textures\UI-EncounterJournalTextures">
<TexCoords left="0.69" right="0.81" top="0.39" bottom="0.333"/>
<Anchors>
<Anchor point="CENTER"/>
</Anchors>
</Texture>
</Layer>
</Layers>
<Scripts>
<OnLoad>
self:RegisterForClicks("AnyUp")
self:RegisterForDrag("LeftButton")
</OnLoad>
<OnEnter method="OnEnter"/>
<OnLeave method="OnLeave"/>
<OnClick method="OnClick"/>
</Scripts>
</Button>
<Frame name="MDTAnimatedLineTemplate" virtual="true"/>
</Ui>