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.
68 lines
2.5 KiB
68 lines
2.5 KiB
|
4 years ago
|
<Ui xsi:schemaLocation="http://www.blizzard.com/wow/ui/..\FrameXML\UI.xsd">
|
||
|
|
<Script file="AnimKit.lua"/>
|
||
|
|
|
||
|
|
<DressUpModel name="NarciAnimKitTestModelTemplate" virtual="true" mixin="NarciAnimKitTestModelMixin">
|
||
|
|
<Size x="120" y="160"/>
|
||
|
|
<Layers>
|
||
|
|
<Layer level="BACKGROUND">
|
||
|
|
<Texture parentKey="Background">
|
||
|
|
<Color r="0.1" g="0.1" b="0.1" a="0.5"/>
|
||
|
|
</Texture>
|
||
|
|
</Layer>
|
||
|
|
<Layer level="OVERLAY">
|
||
|
|
<FontString inherits="NarciDisabledButtonFont" parentKey="IDText" text="" justifyH="CENTER" justifyV="MIDDLE">
|
||
|
|
<Color r="0.6" g="0.6" b="0.6"/>
|
||
|
|
<Anchors>
|
||
|
|
<Anchor point="BOTTOM" relativeKey="$parent" relativePoint="BOTTOM" x="0" y="4"/>
|
||
|
|
</Anchors>
|
||
|
|
</FontString>
|
||
|
|
</Layer>
|
||
|
|
</Layers>
|
||
|
|
<Scripts>
|
||
|
|
<OnLoad method="OnLoad"/>
|
||
|
|
<OnShow method="OnShow"/>
|
||
|
|
<OnModelLoaded method="OnModelLoaded"/>
|
||
|
|
</Scripts>
|
||
|
|
</DressUpModel>
|
||
|
|
|
||
|
|
<Frame name="NarciAnimKitTestFrame" clampedToScreen="false" mixin="NarciAnimKitTestFrameMixin" movable="true">
|
||
|
|
<Size x="64" y="64"/>
|
||
|
|
<Anchors>
|
||
|
|
<Anchor point="TOPLEFT"/>
|
||
|
|
</Anchors>
|
||
|
|
<Layers>
|
||
|
|
<Layer level="BACKGROUND">
|
||
|
|
<Texture parentKey="Background">
|
||
|
|
<Color r="0" g="0" b="0" a="0.5"/>
|
||
|
|
</Texture>
|
||
|
|
</Layer>
|
||
|
|
<Layer level="OVERLAY">
|
||
|
|
<FontString inherits="NarciDisabledButtonFont" parentKey="PageText" text="" justifyH="CENTER" justifyV="MIDDLE">
|
||
|
|
<Size x="0" y="24"/>
|
||
|
|
<Color r="0.8" g="0.8" b="0.8"/>
|
||
|
|
<Anchors>
|
||
|
|
<Anchor point="TOP" relativeKey="$parent" relativePoint="TOP" x="0" y="0"/>
|
||
|
|
</Anchors>
|
||
|
|
</FontString>
|
||
|
|
</Layer>
|
||
|
|
</Layers>
|
||
|
|
<Frames>
|
||
|
|
<Button parentKey="CloseButton" inherits="NarciCloseButtonTemplate">
|
||
|
|
<Size x="20" y="20"/>
|
||
|
|
<KeyValues>
|
||
|
|
<KeyValue key="noFading" value="true" type="bool"/>
|
||
|
|
</KeyValues>
|
||
|
|
<Anchors>
|
||
|
|
<Anchor point="TOPRIGHT" x="-2" y="-2"/>
|
||
|
|
</Anchors>
|
||
|
|
</Button>
|
||
|
|
</Frames>
|
||
|
|
<Scripts>
|
||
|
|
<OnLoad method="OnLoad"/>
|
||
|
|
<OnShow method="OnShow"/>
|
||
|
|
<OnDragStart method="OnDragStart"/>
|
||
|
|
<OnDragStop method="OnDragStop"/>
|
||
|
|
<OnMouseWheel method="OnMouseWheel"/>
|
||
|
|
</Scripts>
|
||
|
|
</Frame>
|
||
|
|
</Ui>
|