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.

33 lines
1.1 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="BtWQuestsGuideDataProvider.lua"/>
<Button name="BtWQuestsGuidePinTemplate" mixin="BtWQuestsGuidePinMixin" flattenRenderLayers="true" hidden="true" virtual="true">
<Size x="28" y="28"/>
<Layers>
<Layer level="BACKGROUND">
<Texture parentKey="Focus" atlas="worldquest-emissary-ring" hidden="true">
<Size x="28" y="28" />
<Anchors>
<Anchor point="CENTER" y="-1"/>
</Anchors>
</Texture>
</Layer>
<Layer level="ARTWORK">
<Texture parentKey="Texture" file="Interface/WorldMap/UI-QuestPoi-NumberIcons">
<Size x="28" y="28"/>
<Anchors>
<Anchor point="CENTER" />
</Anchors>
<TexCoords left="0.25" right="0.375" top="0.375" bottom="0.5"/>
</Texture>
</Layer>
</Layers>
<Scripts>
<OnLoad>
self.Texture:SetVertexColor(0.164, 0.5, 0.04)
</OnLoad>
<OnClick method="OnClick"/>
</Scripts>
</Button>
</Ui>