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.
73 lines
2.6 KiB
73 lines
2.6 KiB
|
|
<Ui xsi:schemaLocation="http://www.blizzard.com/wow/ui/..\FrameXML\UI.xsd">
|
|
<Script file="MapPin.lua"/>
|
|
<Script file="MapPin_Delves.lua"/>
|
|
<Script file="MapPin_TWW_Quest.lua"/>
|
|
|
|
<Script file="MapPin_Dreamseed.lua"/>
|
|
|
|
|
|
<Frame name="PlumberWorldMapPinTemplate" enableMouseMotion="true" enableMouse="false" mixin="PlumberWorldMapPinMixin" virtual="true">
|
|
<Size x="20" y="20"/>
|
|
<Layers>
|
|
<Layer level="ARTWORK">
|
|
<Texture parentKey="Texture">
|
|
<Size x="16" y="16"/>
|
|
<Anchors>
|
|
<Anchor point="CENTER" relativeKey="$parent" relativePoint="CENTER" x="0" y="0"/>
|
|
</Anchors>
|
|
</Texture>
|
|
</Layer>
|
|
<Layer level="HIGHLIGHT">
|
|
<Texture parentKey="HighlightTexture" alphaMode="ADD">
|
|
<Anchors>
|
|
<Anchor point="TOPLEFT" relativeKey="$parent.Texture"/>
|
|
<Anchor point="BOTTOMRIGHT" relativeKey="$parent.Texture"/>
|
|
</Anchors>
|
|
<Color r="1" g="1" b="1" a="0.4"/>
|
|
</Texture>
|
|
</Layer>
|
|
</Layers>
|
|
<Scripts>
|
|
<OnLoad method="OnCreated"/>
|
|
</Scripts>
|
|
</Frame>
|
|
|
|
<!--We will remove this in TWW-->
|
|
<Frame name="PlumberDreamseedMapPinTemplate" enableMouseMotion="true" enableMouse="false" mixin="PlumberDreamseedMapPinMixin" virtual="true">
|
|
<Size x="32" y="32"/>
|
|
<Layers>
|
|
<Layer level="ARTWORK">
|
|
<Texture parentKey="Texture">
|
|
<Size x="16" y="16"/>
|
|
<Anchors>
|
|
<Anchor point="CENTER" x="0" y="0"/>
|
|
</Anchors>
|
|
</Texture>
|
|
</Layer>
|
|
<Layer level="HIGHLIGHT">
|
|
<Texture parentKey="HighlightTexture" alphaMode="ADD">
|
|
<Anchors>
|
|
<Anchor point="TOPLEFT" relativeKey="$parent.Texture"/>
|
|
<Anchor point="BOTTOMRIGHT" relativeKey="$parent.Texture"/>
|
|
</Anchors>
|
|
<Color r="1" g="1" b="1" a="0.4"/>
|
|
</Texture>
|
|
</Layer>
|
|
</Layers>
|
|
<Animations>
|
|
<AnimationGroup parentKey="AnimSpawn" looping="NONE">
|
|
<Scale childKey="Texture" order="1" startDelay="0.5" duration="0"/>
|
|
<Scale childKey="Texture" order="2" duration="0.3" scaleX="1.15" scaleY="1.15" smoothing="IN_OUT"/>
|
|
<Scale childKey="Texture" order="3" duration="0.7" scaleX="0.87" scaleY="0.87" smoothing="OUT"/>
|
|
<Scale childKey="Texture" order="4" duration="0.3" scaleX="1.15" scaleY="1.15" smoothing="IN_OUT"/>
|
|
<Scale childKey="Texture" order="5" duration="0.7" scaleX="0.87" scaleY="0.87" smoothing="OUT"/>
|
|
<Scale childKey="Texture" order="6" duration="0.3" scaleX="1.15" scaleY="1.15" smoothing="IN_OUT"/>
|
|
<Scale childKey="Texture" order="7" duration="0.7" scaleX="0.87" scaleY="0.87" smoothing="OUT"/>
|
|
</AnimationGroup>
|
|
</Animations>
|
|
<Scripts>
|
|
<OnLoad method="OnCreated"/>
|
|
</Scripts>
|
|
</Frame>
|
|
</Ui>
|