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.
24 lines
824 B
24 lines
824 B
<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">
|
|
<Frame name="SilverDragonVignetteStretchPinTemplate" hidden="true" enableMouse="true" frameLevel="5" mixin="SilverDragonVignetteStretchPinMixin" virtual="true">
|
|
<Size x="15" y="15"/>
|
|
<Anchors>
|
|
<Anchor point="CENTER"/>
|
|
</Anchors>
|
|
<Layers>
|
|
<Layer level="OVERLAY">
|
|
<Texture parentKey="texture" texelSnappingBias="0.0" snapToPixelGrid="false">
|
|
<Size x="20" y="20"/>
|
|
<Anchors>
|
|
<Anchor point="CENTER"/>
|
|
</Anchors>
|
|
</Texture>
|
|
</Layer>
|
|
</Layers>
|
|
<Scripts>
|
|
<OnLoad method="OnLoad"/>
|
|
<OnEnter method="OnMouseEnter"/>
|
|
<OnLeave method="OnMouseLeave"/>
|
|
</Scripts>
|
|
</Frame>
|
|
</Ui>
|
|
|