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.
31 lines
1.0 KiB
31 lines
1.0 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="BtWQuestsQuestDataProvider.lua"/>
|
|
|
|
<Button name="BtWQuestsQuestPinTemplate" mixin="BtWQuestsQuestPinMixin" hidden="true" virtual="true">
|
|
<Size x="22" y="22" />
|
|
<HitRectInsets>
|
|
<AbsInset left="4" right="4" top="0" bottom="0"/>
|
|
</HitRectInsets>
|
|
<Layers>
|
|
<Layer level="ARTWORK">
|
|
<Texture parentKey="Texture" atlas="QuestNormal"/>
|
|
<Texture parentKey="Above" atlas="MiniMap-PositionArrowUp" hidden="true">
|
|
<Size x="32" y="32"/>
|
|
<Anchors>
|
|
<Anchor point="CENTER" x="0" y="4"/>
|
|
</Anchors>
|
|
</Texture>
|
|
<Texture parentKey="Below" atlas="MiniMap-PositionArrowDown" hidden="true">
|
|
<Size x="32" y="32"/>
|
|
<Anchors>
|
|
<Anchor point="CENTER" x="0" y="-4"/>
|
|
</Anchors>
|
|
</Texture>
|
|
</Layer>
|
|
</Layers>
|
|
<Scripts>
|
|
<OnClick method="OnClick"/>
|
|
</Scripts>
|
|
</Button>
|
|
</Ui>
|