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.
1195 lines
44 KiB
1195 lines
44 KiB
|
5 years ago
|
<Ui xsi:schemaLocation="http://www.blizzard.com/wow/ui/..\FrameXML\UI.xsd">
|
||
|
3 years ago
|
<Script file="API.lua"/>
|
||
|
|
<Script file="SharedTemplate.lua"/>
|
||
|
|
<Script file="ImportExport.lua"/>
|
||
|
|
<Script file="Statistics.lua"/>
|
||
|
|
<Script file="KeyboardControl.lua"/>
|
||
|
5 years ago
|
<Script file="Barbershop.lua"/>
|
||
|
|
|
||
|
3 years ago
|
<Frame name="NarciBarberShopStrokeFrameTemplate" mixin="NarciBarberShopSharedTemplateMixin" virtual="true">
|
||
|
|
<Size x="80" y="20"/>
|
||
|
5 years ago
|
<Layers>
|
||
|
3 years ago
|
<Layer level="BORDER">
|
||
|
|
<Texture parentKey="Border">
|
||
|
|
<Color r="0.5" g="0.5" b="0.5"/>
|
||
|
5 years ago
|
</Texture>
|
||
|
3 years ago
|
<MaskTexture parentKey="Exclusion" hWrapMode="CLAMPTOWHITE" vWrapMode="CLAMPTOWHITE">
|
||
|
|
<Anchors>
|
||
|
|
<Anchor point="TOPLEFT" x="1" y="-1"/>
|
||
|
|
<Anchor point="BOTTOMRIGHT" x="-1" y="1"/>
|
||
|
|
</Anchors>
|
||
|
|
<MaskedTextures>
|
||
|
|
<MaskedTexture childKey="Border"/>
|
||
|
|
</MaskedTextures>
|
||
|
|
</MaskTexture>
|
||
|
|
</Layer>
|
||
|
|
<Layer level="BACKGROUND">
|
||
|
|
<Texture parentKey="Background">
|
||
|
5 years ago
|
<Color r="0" g="0" b="0"/>
|
||
|
|
<Anchors>
|
||
|
3 years ago
|
<Anchor point="TOPLEFT" relativeKey="$parent.Exclusion" relativePoint="TOPLEFT"/>
|
||
|
|
<Anchor point="BOTTOMRIGHT" relativeKey="$parent.Exclusion" relativePoint="BOTTOMRIGHT"/>
|
||
|
|
</Anchors>
|
||
|
|
</Texture>
|
||
|
|
</Layer>
|
||
|
|
</Layers>
|
||
|
|
<Scripts>
|
||
|
|
<OnLoad method="UpdatePixel"/>
|
||
|
|
<OnEnter method="OnEnter"/>
|
||
|
|
<OnLeave method="OnLeave"/>
|
||
|
|
</Scripts>
|
||
|
|
</Frame>
|
||
|
|
|
||
|
|
<Button name="NarciBarberShopStrokeButtonTemplate" inherits="NarciBarberShopStrokeFrameTemplate" virtual="true">
|
||
|
|
<PushedTextOffset x="1" y="-1"/>
|
||
|
|
<ButtonText parentKey="ButtonText" inherits="SystemFont_Tiny" justifyH="CENTER" justifyV="MIDDLE">
|
||
|
|
<Anchors>
|
||
|
|
<Anchor point="LEFT" x="6" y="0"/>
|
||
|
|
<Anchor point="RIGHT" x="-6" y="0"/>
|
||
|
|
</Anchors>
|
||
|
|
<Color r="1" g="1" b="1"/>
|
||
|
|
</ButtonText>
|
||
|
|
<Scripts>
|
||
|
|
<OnLoad method="UpdatePixel"/>
|
||
|
|
<OnEnter method="OnEnter"/>
|
||
|
|
<OnLeave method="OnLeave"/>
|
||
|
|
<OnClick method="OnClick"/>
|
||
|
|
<OnEnable method="OnEnable"/>
|
||
|
|
<OnDisable method="OnDisable"/>
|
||
|
|
</Scripts>
|
||
|
|
</Button>
|
||
|
|
|
||
|
|
<Frame name="NarciBarberShopInfoButtonTemplate" mixin="NarciBarberShopInfoButtonMixin" virtual="true">
|
||
|
|
<Size x="16" y="16"/>
|
||
|
|
<HitRectInsets>
|
||
|
|
<AbsInset left="-2" right="-2"/>
|
||
|
|
</HitRectInsets>
|
||
|
|
<Layers>
|
||
|
|
<Layer level="OVERLAY">
|
||
|
|
<Texture parentKey="Icon" file="Interface\AddOns\Narcissus\Art\Modules\Showcase\InfoButton">
|
||
|
|
<Size x="16" y="16"/>
|
||
|
|
<Color r="0.4" g="0.4" b="0.4"/>
|
||
|
|
<Anchors>
|
||
|
|
<Anchor point="CENTER"/>
|
||
|
5 years ago
|
</Anchors>
|
||
|
|
</Texture>
|
||
|
|
</Layer>
|
||
|
|
</Layers>
|
||
|
3 years ago
|
<Scripts>
|
||
|
|
<OnEnter method="OnEnter"/>
|
||
|
|
<OnLeave method="OnLeave"/>
|
||
|
|
</Scripts>
|
||
|
5 years ago
|
</Frame>
|
||
|
|
|
||
|
3 years ago
|
<EditBox name="NarciBarberShopProfileTextBoxTemplate" inherits="NarciBarberShopStrokeFrameTemplate" mixin="NarciBarberShopProfileTextBoxMixin" autoFocus="false" virtual="true">
|
||
|
|
<Size x="250" y="20"/>
|
||
|
|
<FontString inherits="SystemFont_Tiny" justifyH="CENTER" justifyV="MIDDLE"/>
|
||
|
|
<HighlightColor r="0.05" g="0.41" b="0.85"/>
|
||
|
|
<TextInsets>
|
||
|
|
<AbsInset left="6" right="6" top="0" bottom="0"/>
|
||
|
|
</TextInsets>
|
||
|
|
<Layers>
|
||
|
|
<Layer level="OVERLAY">
|
||
|
|
<FontString parentKey="DefaultText" inherits="SystemFont_Tiny" justifyH="CENTER" justifyV="MIDDLE" hidden="true">
|
||
|
|
<Size x="238"/>
|
||
|
|
<Color r="0.5" g="0.5" b="0.5"/>
|
||
|
|
<Anchors>
|
||
|
|
<Anchor point="CENTER"/>
|
||
|
|
</Anchors>
|
||
|
|
</FontString>
|
||
|
|
|
||
|
|
<FontString parentKey="Header" inherits="SystemFont_Tiny" justifyH="CENTER" justifyV="TOP">
|
||
|
|
<Color r="0.5" g="0.5" b="0.5"/>
|
||
|
|
<Size x="0" y="0"/>
|
||
|
|
<Anchors>
|
||
|
|
<Anchor point="TOP" relativeKey="$parent" relativePoint="TOP" x="0" y="17"/>
|
||
|
|
</Anchors>
|
||
|
|
</FontString>
|
||
|
|
|
||
|
|
<FontString inherits="SystemFont_Tiny" justifyH="CENTER" justifyV="TOP" parentKey="AlertText" hidden="true" spacing="2">
|
||
|
|
<Color r="0.5" g="0.5" b="0.5"/>
|
||
|
|
<Size x="238"/>
|
||
|
|
<Anchors>
|
||
|
|
<Anchor point="TOP" relativeKey="$parent" relativePoint="BOTTOM" x="0" y="-5"/>
|
||
|
|
</Anchors>
|
||
|
|
<Animations>
|
||
|
|
<AnimationGroup parentKey="AnimFade">
|
||
|
|
<Alpha fromAlpha="1" toAlpha="0" startDelay="0.5" duration="1" parentKey="Anim1"/>
|
||
|
|
<Scripts>
|
||
|
|
<OnFinished>
|
||
|
|
self:GetParent():Hide();
|
||
|
|
</OnFinished>
|
||
|
|
<OnStop>
|
||
|
|
self:GetParent():Hide();
|
||
|
|
</OnStop>
|
||
|
|
</Scripts>
|
||
|
|
</AnimationGroup>
|
||
|
|
</Animations>
|
||
|
|
</FontString>
|
||
|
|
|
||
|
|
<Texture parentKey="BorderGlow" hidden="true">
|
||
|
|
<Color r="1" g="1" b="1"/>
|
||
|
|
<Animations>
|
||
|
|
<AnimationGroup parentKey="Glow">
|
||
|
|
<Alpha fromAlpha="1" toAlpha="0" startDelay="0.5" duration="1"/>
|
||
|
|
<Scripts>
|
||
|
|
<OnFinished>
|
||
|
|
self:GetParent():Hide();
|
||
|
|
</OnFinished>
|
||
|
|
<OnStop>
|
||
|
|
self:GetParent():Hide();
|
||
|
|
</OnStop>
|
||
|
|
</Scripts>
|
||
|
|
</AnimationGroup>
|
||
|
|
</Animations>
|
||
|
|
</Texture>
|
||
|
|
<MaskTexture parentKey="GlowExclusion" hWrapMode="CLAMPTOWHITE" vWrapMode="CLAMPTOWHITE">
|
||
|
|
<Anchors>
|
||
|
|
<Anchor point="TOPLEFT" relativeKey="$parent.Exclusion" relativePoint="TOPLEFT"/>
|
||
|
|
<Anchor point="BOTTOMRIGHT" relativeKey="$parent.Exclusion" relativePoint="BOTTOMRIGHT"/>
|
||
|
|
</Anchors>
|
||
|
|
<MaskedTextures>
|
||
|
|
<MaskedTexture childKey="BorderGlow"/>
|
||
|
|
</MaskedTextures>
|
||
|
|
</MaskTexture>
|
||
|
|
</Layer>
|
||
|
|
</Layers>
|
||
|
|
<Scripts>
|
||
|
|
<OnLoad method="OnLoad"/>
|
||
|
|
<OnEditFocusGained method="OnEditFocusGained"/>
|
||
|
|
<OnEditFocusLost method="OnEditFocusLost"/>
|
||
|
|
<OnEscapePressed method="OnEscapePressed"/>
|
||
|
|
</Scripts>
|
||
|
|
</EditBox>
|
||
|
|
|
||
|
5 years ago
|
<Button name="NarciBarberShopSavedLooksTemplate" virtual="true" mixin="NarciBarberShopSavedLooksMixin">
|
||
|
|
<Size x="300" y="64"/>
|
||
|
|
<Layers>
|
||
|
|
<Layer level="OVERLAY" textureSubLevel="2">
|
||
|
3 years ago
|
<Texture file="Interface\AddOns\Narcissus\Art\Modules\BarberShop\PortraitBorder" parentKey="Border">
|
||
|
5 years ago
|
<Size x="96" y="96"/>
|
||
|
3 years ago
|
<TexCoords left="0" right="0.5" top="0" bottom="1"/>
|
||
|
5 years ago
|
<Anchors>
|
||
|
|
<Anchor point="CENTER" relativeKey="$parent" relativePoint="LEFT" x="32"/>
|
||
|
|
</Anchors>
|
||
|
|
</Texture>
|
||
|
|
<Texture parentKey="Reference">
|
||
|
|
<Size x="64" y="64"/>
|
||
|
|
<Anchors>
|
||
|
|
<Anchor point="LEFT" relativeKey="$parent" relativePoint="LEFT" x="74" y="1"/>
|
||
|
|
</Anchors>
|
||
|
|
</Texture>
|
||
|
|
<FontString parentKey="Name" inherits="GameFontNormalMed3" justifyH="LEFT" justifyV="TOP">
|
||
|
|
<Size x="200"/>
|
||
|
|
<Anchors>
|
||
|
|
<Anchor point="TOPLEFT" relativeKey="$parent.Reference" relativePoint="TOPLEFT" x="0" y="0"/>
|
||
|
|
</Anchors>
|
||
|
|
</FontString>
|
||
|
|
<FontString parentKey="Description" inherits="SystemFont_Tiny" justifyH="LEFT" justifyV="BOTTOM" spacing="2" maxLines="2">
|
||
|
|
<Size x="200"/>
|
||
|
|
<Anchors>
|
||
|
|
<Anchor point="BOTTOMLEFT" relativeKey="$parent.Reference" relativePoint="BOTTOMLEFT" x="0" y="0"/>
|
||
|
|
</Anchors>
|
||
|
|
</FontString>
|
||
|
|
</Layer>
|
||
|
|
<Layer level="ARTWORK">
|
||
|
|
<Texture parentKey="Portrait" desaturated="false">
|
||
|
|
<Size x="60" y="60"/>
|
||
|
|
<Anchors>
|
||
|
3 years ago
|
<Anchor point="CENTER" relativeKey="$parent.Border" relativePoint="CENTER"/>
|
||
|
5 years ago
|
</Anchors>
|
||
|
|
</Texture>
|
||
|
|
</Layer>
|
||
|
|
<Layer level="BACKGROUND">
|
||
|
|
<Texture parentKey="PortraitBackground">
|
||
|
|
<Color r="0.0" g="0.0" b="0.0" a="1"/>
|
||
|
|
<Anchors>
|
||
|
|
<Anchor point="TOPLEFT" relativeKey="$parent.Portrait" relativePoint="TOPLEFT" x="2" y="-2"/>
|
||
|
|
<Anchor point="BOTTOMRIGHT" relativeKey="$parent.Portrait" relativePoint="BOTTOMRIGHT" x="-2" y="2"/>
|
||
|
|
</Anchors>
|
||
|
|
</Texture>
|
||
|
|
<Texture hidden="true">
|
||
|
|
<Color r="1" a="0.2"/>
|
||
|
|
</Texture>
|
||
|
|
</Layer>
|
||
|
|
<Layer level="OVERLAY" textureSubLevel="3">
|
||
|
3 years ago
|
<Texture file="Interface\AddOns\Narcissus\Art\Modules\BarberShop\MetalSquareHighlight" parentKey="BorderHighlight" alpha="0" alphaMode="ADD">
|
||
|
5 years ago
|
<Size x="96" y="96"/>
|
||
|
|
<Anchors>
|
||
|
3 years ago
|
<Anchor point="CENTER" relativeKey="$parent.Border" relativePoint="CENTER" x="0"/>
|
||
|
5 years ago
|
</Anchors>
|
||
|
|
</Texture>
|
||
|
|
<FontString parentKey="PortraitText" inherits="SystemFont_Tiny" justifyH="CENTER" justifyV="MIDDLE" maxLines="2" text="No Preview" hidden="true">
|
||
|
|
<Size x="52" y="48"/>
|
||
|
|
<Color r="0.5" g="0.5" b="0.5"/>
|
||
|
|
<Anchors>
|
||
|
|
<Anchor point="CENTER" relativeKey="$parent.Portrait" relativePoint="CENTER" x="0" y="0"/>
|
||
|
|
</Anchors>
|
||
|
|
</FontString>
|
||
|
|
</Layer>
|
||
|
|
</Layers>
|
||
|
|
<Frames>
|
||
|
|
<PlayerModel parentKey="Model" useParentLevel="true" hidden="true">
|
||
|
|
<Size x="56" y="56"/>
|
||
|
|
<Anchors>
|
||
|
3 years ago
|
<Anchor point="CENTER" relativeKey="$parent.Border" relativePoint="CENTER" x="0" y="0"/>
|
||
|
5 years ago
|
</Anchors>
|
||
|
|
<Layers>
|
||
|
|
<Layer level="OVERLAY">
|
||
|
|
|
||
|
|
</Layer>
|
||
|
|
</Layers>
|
||
|
|
</PlayerModel>
|
||
|
|
</Frames>
|
||
|
|
<Scripts>
|
||
|
|
<OnLoad method="OnLoad"/>
|
||
|
|
<OnEnter method="OnEnter"/>
|
||
|
|
<OnLeave method="OnLeave"/>
|
||
|
|
<OnClick method="OnClick"/>
|
||
|
|
</Scripts>
|
||
|
|
</Button>
|
||
|
|
|
||
|
|
<ScrollFrame name="NarciBarberShopScrollFrameTemplate" virtual="true" hidden="true">
|
||
|
|
<Size x="256" y="256"/>
|
||
|
|
<Anchors>
|
||
|
|
<Anchor point="TOPLEFT" relativeKey="$parent.$parent.PlusButton" relativePoint="BOTTOMLEFT" x="1" y="-24"/>
|
||
|
|
</Anchors>
|
||
|
|
|
||
|
|
<ScrollChild>
|
||
|
|
<Frame parentKey="ScrollChild">
|
||
|
|
<Anchors>
|
||
|
|
<Anchor point="TOP" relativeKey="$parent" relativePoint="TOP"/>
|
||
|
|
</Anchors>
|
||
|
|
<Layers>
|
||
|
|
|
||
|
|
</Layers>
|
||
|
|
</Frame>
|
||
|
|
</ScrollChild>
|
||
|
|
<Frames>
|
||
|
|
<Slider inherits="NarciSimpleSliderTemplate"/>
|
||
|
|
|
||
|
|
<Frame parentKey="ClipFrame" clipChildren="true">
|
||
|
|
<Anchors>
|
||
|
|
<Anchor point="TOPLEFT" relativePoint="TOPLEFT" x="-40" y="80"/>
|
||
|
|
<Anchor point="BOTTOMRIGHT" relativePoint="BOTTOMRIGHT" x="100" y="-80"/>
|
||
|
|
</Anchors>
|
||
|
|
</Frame>
|
||
|
|
<Frame parentKey="MouseBlockerTop" enableMouse="true">
|
||
|
|
<Anchors>
|
||
|
|
<Anchor point="TOPLEFT" relativeKey="$parent.ClipFrame" relativePoint="TOPLEFT"/>
|
||
|
|
<Anchor point="BOTTOMRIGHT" relativeKey="$parent" relativePoint="TOPRIGHT"/>
|
||
|
|
</Anchors>
|
||
|
|
</Frame>
|
||
|
|
<Frame parentKey="MouseBlockerBottom" enableMouse="true">
|
||
|
|
<Anchors>
|
||
|
|
<Anchor point="TOPLEFT" relativeKey="$parent" relativePoint="BOTTOMLEFT"/>
|
||
|
|
<Anchor point="BOTTOMRIGHT" relativeKey="$parent.ClipFrame" relativePoint="BOTTOMRIGHT"/>
|
||
|
|
</Anchors>
|
||
|
|
</Frame>
|
||
|
|
|
||
|
3 years ago
|
<Frame parentKey="BoundTop" alpha="0" hidden="true">
|
||
|
5 years ago
|
<Size x="256" y="64"/>
|
||
|
|
<Anchors>
|
||
|
|
<Anchor point="TOP" relativePoint="TOP" x="-4" y="16"/>
|
||
|
|
</Anchors>
|
||
|
|
<Layers>
|
||
|
|
<Layer level="OVERLAY">
|
||
|
|
<Texture parentKey="BoundTop" file="Interface\AddOns\Narcissus\Art\Modules\BarberShop\ScrollBoundThinBottom">
|
||
|
|
<Size x="256" y="64"/>
|
||
|
|
<Anchors>
|
||
|
|
<Anchor point="CENTER"/>
|
||
|
|
</Anchors>
|
||
|
|
<TexCoords left="0" right="1" top="1" bottom="0"/>
|
||
|
|
</Texture>
|
||
|
|
<Texture parentKey="BoundTopArrow" file="Interface\AddOns\Narcissus\Art\Modules\BarberShop\ScrollBoundArrowDown">
|
||
|
|
<Size x="32" y="32"/>
|
||
|
|
<TexCoords left="0" right="1" top="1" bottom="0"/>
|
||
|
|
<Anchors>
|
||
|
|
<Anchor point="CENTER" relativeKey="$parent.BoundTop" relativePoint="TOP" x="0" y="-12"/>
|
||
|
|
</Anchors>
|
||
|
|
<Animations>
|
||
|
|
<AnimationGroup parentKey="spring" looping="REPEAT">
|
||
|
|
<Translation startDelay="0" offsetY="-6" duration="0" order="1" smoothing="IN_OUT"/>
|
||
|
|
<Alpha fromAlpha="0" toAlpha="1" duration="0.25" order="2"/>
|
||
|
|
<Translation startDelay="0.25" offsetY="6" duration="0.75" order="2" smoothing="IN_OUT"/>
|
||
|
|
<Alpha startDelay="1" fromAlpha="1" toAlpha="0" duration="0.25" order="3"/>
|
||
|
|
</AnimationGroup>
|
||
|
|
</Animations>
|
||
|
|
</Texture>
|
||
|
|
</Layer>
|
||
|
|
</Layers>
|
||
|
|
<Scripts>
|
||
|
|
<OnLoad>
|
||
|
|
self.BoundTopArrow.spring:Play();
|
||
|
|
</OnLoad>
|
||
|
|
</Scripts>
|
||
|
|
</Frame>
|
||
|
3 years ago
|
<Frame parentKey="BoundBottom" alpha="0" hidden="true">
|
||
|
5 years ago
|
<Size x="256" y="64"/>
|
||
|
|
<Anchors>
|
||
|
|
<Anchor point="BOTTOM" relativePoint="BOTTOM" x="-4" y="-16"/>
|
||
|
|
</Anchors>
|
||
|
|
<Layers>
|
||
|
|
<Layer level="OVERLAY">
|
||
|
|
<Texture parentKey="BoundBottom" file="Interface\AddOns\Narcissus\Art\Modules\BarberShop\ScrollBoundThinBottom">
|
||
|
|
<Size x="256" y="64"/>
|
||
|
|
<Anchors>
|
||
|
|
<Anchor point="CENTER"/>
|
||
|
|
</Anchors>
|
||
|
|
</Texture>
|
||
|
|
<Texture parentKey="BoundBottomArrow" file="Interface\AddOns\Narcissus\Art\Modules\BarberShop\ScrollBoundArrowDown">
|
||
|
|
<Size x="32" y="32"/>
|
||
|
|
<Anchors>
|
||
|
|
<Anchor point="CENTER" relativeKey="$parent.BoundBottom" relativePoint="BOTTOM" x="0" y="12"/>
|
||
|
|
</Anchors>
|
||
|
|
<Animations>
|
||
|
|
<AnimationGroup parentKey="spring" looping="REPEAT">
|
||
|
|
<Translation startDelay="0" offsetY="6" duration="0" order="1" smoothing="IN_OUT"/>
|
||
|
|
<Alpha fromAlpha="0" toAlpha="1" duration="0.25" order="2"/>
|
||
|
|
<Translation startDelay="0.25" offsetY="-6" duration="0.75" order="2" smoothing="IN_OUT"/>
|
||
|
|
<Alpha startDelay="1" fromAlpha="1" toAlpha="0" duration="0.25" order="3"/>
|
||
|
|
</AnimationGroup>
|
||
|
|
</Animations>
|
||
|
|
</Texture>
|
||
|
|
</Layer>
|
||
|
|
</Layers>
|
||
|
|
<Scripts>
|
||
|
|
<OnLoad>
|
||
|
|
self.BoundBottomArrow.spring:Play();
|
||
|
|
</OnLoad>
|
||
|
|
</Scripts>
|
||
|
|
</Frame>
|
||
|
|
|
||
|
|
</Frames>
|
||
|
|
</ScrollFrame>
|
||
|
|
|
||
|
|
<Button name="NarciBarberShopEditButtonTemplate" hidden="true" virtual="true">
|
||
|
|
<Size x="24" y="24"/>
|
||
|
|
<HitRectInsets>
|
||
|
|
<AbsInset left="2" right="2" top="2" bottom="2"/>
|
||
|
|
</HitRectInsets>
|
||
|
|
<Layers>
|
||
|
|
<Layer level="OVERLAY">
|
||
|
|
<Texture file="Interface\AddOns\Narcissus\Art\Modules\BarberShop\Icons" parentKey="Icon">
|
||
|
|
<Size x="20" y="20"/>
|
||
|
|
<Anchors>
|
||
|
|
<Anchor point="CENTER"/>
|
||
|
|
</Anchors>
|
||
|
|
<TexCoords left="0.25" right="0.5" top="0" bottom="1"/>
|
||
|
|
</Texture>
|
||
|
|
<FontString parentKey="Tooltip" inherits="SystemFont_Tiny" justifyH="LEFT" justifyV="MIDDLE" hidden="true">
|
||
|
|
<Size x="0"/>
|
||
|
4 years ago
|
<Color r="1" g="1" b="1"/>
|
||
|
5 years ago
|
<Anchors>
|
||
|
|
<Anchor point="LEFT" relativeKey="$parent" relativePoint="RIGHT" x="2" y="0"/>
|
||
|
|
</Anchors>
|
||
|
|
</FontString>
|
||
|
|
</Layer>
|
||
|
|
</Layers>
|
||
|
|
<HighlightTexture file="Interface\AddOns\Narcissus\Art\Modules\BarberShop\RingButton" parentKey="Ring">
|
||
|
|
<Size x="20" y="20"/>
|
||
|
|
<Anchors>
|
||
|
|
<Anchor point="CENTER"/>
|
||
|
|
</Anchors>
|
||
|
|
<TexCoords left="0" right="0.25" top="0" bottom="1"/>
|
||
|
|
</HighlightTexture>
|
||
|
|
<Scripts>
|
||
|
|
<OnLoad method="OnLoad"/>
|
||
|
|
<OnClick method="OnClick"/>
|
||
|
|
<OnMouseDown method="OnMouseDown"/>
|
||
|
|
<OnMouseUp method="OnMouseUp"/>
|
||
|
|
<OnEnter method="OnEnter"/>
|
||
|
|
<OnLeave method="OnLeave"/>
|
||
|
|
<OnHide method="OnHide"/>
|
||
|
|
</Scripts>
|
||
|
|
</Button>
|
||
|
|
|
||
|
|
<Button name="NarciBarberShopSettingTabButtonTemplate" virtual="true" mixin="NarciBarberShopSettingTabButtonMixin">
|
||
|
|
<Size x="72" y="16"/>
|
||
|
|
<PushedTextOffset x="1" y="-1"/>
|
||
|
|
<ButtonText parentKey="ButtonText" inherits="SystemFont_Tiny" justifyH="LEFT" justifyV="MIDDLE">
|
||
|
|
<Anchors>
|
||
|
|
<Anchor point="TOPLEFT" x="4" y="0"/>
|
||
|
|
<Anchor point="BOTTOMRIGHT" x="-4" y="0"/>
|
||
|
|
</Anchors>
|
||
|
|
</ButtonText>
|
||
|
|
<Scripts>
|
||
|
|
<OnLoad method="OnLoad"/>
|
||
|
|
<OnEnter method="OnEnter"/>
|
||
|
|
<OnLeave method="OnLeave"/>
|
||
|
|
<OnClick method="OnClick"/>
|
||
|
|
</Scripts>
|
||
|
|
</Button>
|
||
|
|
|
||
|
|
<Button name="NarciBarberShopSettingCheckBoxTemplate" virtual="true" mixin="NarciBarberShopSettingCheckBoxMixin">
|
||
|
|
<Size x="170" y="12"/>
|
||
|
|
<Layers>
|
||
|
|
<Layer level="ARTWORK">
|
||
|
|
<Texture file="Interface\AddOns\Narcissus\Art\Modules\BarberShop\CheckButton" parentKey="Box">
|
||
|
|
<Size x="12" y="12"/>
|
||
|
|
<Anchors>
|
||
|
|
<Anchor point="TOPLEFT"/>
|
||
|
|
</Anchors>
|
||
|
|
<TexCoords left="0" right="0.25" top="0" bottom="1"/>
|
||
|
|
</Texture>
|
||
|
|
</Layer>
|
||
|
|
<Layer level="OVERLAY">
|
||
|
|
<Texture file="Interface\AddOns\Narcissus\Art\Modules\BarberShop\CheckButton" parentKey="Check" hidden="true">
|
||
|
|
<Anchors>
|
||
|
|
<Anchor point="TOPLEFT" relativeKey="$parent.Box" relativePoint="TOPLEFT"/>
|
||
|
|
<Anchor point="BOTTOMRIGHT" relativeKey="$parent.Box" relativePoint="BOTTOMRIGHT"/>
|
||
|
|
</Anchors>
|
||
|
|
<TexCoords left="0.25" right="0.5" top="0" bottom="1"/>
|
||
|
|
</Texture>
|
||
|
|
<FontString parentKey="Label" inherits="SystemFont_Tiny" justifyH="LEFT" justifyV="TOP" spacing="2">
|
||
|
|
<Size x="170"/>
|
||
|
|
<Color r="0.8" g="0.8" b="0.8"/>
|
||
|
|
<Anchors>
|
||
|
|
<Anchor point="TOPLEFT" relativeKey="$parent.Box" relativePoint="TOPRIGHT" x="4" y="-2"/>
|
||
|
|
</Anchors>
|
||
|
|
</FontString>
|
||
|
|
</Layer>
|
||
|
|
</Layers>
|
||
|
|
<HighlightTexture file="Interface\AddOns\Narcissus\Art\Modules\BarberShop\CheckButton" parentKey="Highlight">
|
||
|
|
<Anchors>
|
||
|
|
<Anchor point="TOPLEFT" relativeKey="$parent.Box" relativePoint="TOPLEFT"/>
|
||
|
|
<Anchor point="BOTTOMRIGHT" relativeKey="$parent.Box" relativePoint="BOTTOMRIGHT"/>
|
||
|
|
</Anchors>
|
||
|
|
<TexCoords left="0.75" right="1" top="0" bottom="1"/>
|
||
|
|
</HighlightTexture>
|
||
|
|
<Scripts>
|
||
|
|
<OnLoad method="OnLoad"/>
|
||
|
|
<OnClick method="OnClick"/>
|
||
|
|
</Scripts>
|
||
|
|
</Button>
|
||
|
|
|
||
|
|
<Button name="NarciBarberShopSettingKeyBindingButtonTemplate" mixin="NarciBarberShopSettingKeyBindingButtonMixin" virtual="true" registerForClicks="LeftButtonUp, RightButtonUp">
|
||
|
|
<Size x="32" y="16"/>
|
||
|
|
<Layers>
|
||
|
|
<Layer level="ARTWORK">
|
||
|
|
<Texture file="Interface\AddOns\Narcissus\Art\Modules\BarberShop\KeyBindingButton" parentKey="Background">
|
||
|
|
<Size x="32" y="16"/>
|
||
|
|
<Anchors>
|
||
|
|
<Anchor point="RIGHT"/>
|
||
|
|
</Anchors>
|
||
|
|
<TexCoords left="0" right="1" top="0" bottom="0.5"/>
|
||
|
|
</Texture>
|
||
|
|
<FontString parentKey="Label" inherits="SystemFont_Tiny" justifyH="RIGHT" justifyV="TOP" spacing="2">
|
||
|
|
<Size x="100"/>
|
||
|
|
<Color r="0.8" g="0.8" b="0.8"/>
|
||
|
|
<Anchors>
|
||
|
|
<Anchor point="RIGHT" relativeKey="$parent.Background" relativePoint="LEFT" x="-8" y="0"/>
|
||
|
|
</Anchors>
|
||
|
|
</FontString>
|
||
|
|
</Layer>
|
||
|
|
</Layers>
|
||
|
|
<ButtonText parentKey="ButtonText" inherits="SystemFont_Tiny" justifyH="CENTER" justifyV="MIDDLE">
|
||
|
3 years ago
|
<Size x="32" y="16"/>
|
||
|
5 years ago
|
<Color r="1" g="0.82" b="0"/>
|
||
|
|
<Anchors>
|
||
|
3 years ago
|
<Anchor point="CENTER" y="0"/>
|
||
|
5 years ago
|
</Anchors>
|
||
|
|
</ButtonText>
|
||
|
|
<Scripts>
|
||
|
|
<OnLoad method="OnLoad"/>
|
||
|
|
<OnClick method="OnClick"/>
|
||
|
|
<OnEnter method="OnEnter"/>
|
||
|
|
<OnLeave method="OnLeave"/>
|
||
|
|
<OnEvent method="OnEvent"/>
|
||
|
|
<OnHide method="OnHide"/>
|
||
|
|
</Scripts>
|
||
|
|
</Button>
|
||
|
|
|
||
|
|
<Frame name="NarciBarberShopStatsMoneyFrameTemplate" mixin="NarciBarberShopStatsMoneyFrameMixin" virtual="true">
|
||
|
|
<Size x="150" y="16"/>
|
||
|
|
<Layers>
|
||
|
|
<Layer level="OVERLAY">
|
||
|
|
<FontString inherits="SystemFont_Tiny" justifyH="LEFT" justifyV="TOP" parentKey="Label" text="Label">
|
||
|
|
<Color r="0.8" g="0.8" b="0.8"/>
|
||
|
|
<Size x="140"/>
|
||
|
|
<Anchors>
|
||
|
|
<Anchor point="TOPLEFT"/>
|
||
|
|
</Anchors>
|
||
|
|
</FontString>
|
||
|
|
<FontString inherits="SystemFont_Tiny" justifyH="CENTER" justifyV="TOP" parentKey="Gold" text="0">
|
||
|
|
<Anchors>
|
||
|
|
<Anchor point="TOPLEFT" relativeKey="$parent.Label" relativePoint="TOPRIGHT" x="4"/>
|
||
|
|
</Anchors>
|
||
|
|
</FontString>
|
||
|
|
<Texture parentKey="GoldIcon" file="Interface\AddOns\Narcissus\Art\Modules\BarberShop\Coins">
|
||
|
|
<Size x="8" y="8"/>
|
||
|
|
<TexCoords left="0.5" right="0.75" top="0" bottom="1"/>
|
||
|
|
<Anchors>
|
||
|
|
<Anchor point="LEFT" relativeKey="$parent.Gold" relativePoint="RIGHT" x="2"/>
|
||
|
|
</Anchors>
|
||
|
|
</Texture>
|
||
|
|
<FontString inherits="SystemFont_Tiny" justifyH="CENTER" justifyV="TOP" parentKey="Silver" text="0">
|
||
|
|
<Anchors>
|
||
|
|
<Anchor point="LEFT" relativeKey="$parent.GoldIcon" relativePoint="RIGHT" x="6"/>
|
||
|
|
</Anchors>
|
||
|
|
</FontString>
|
||
|
|
<Texture parentKey="SilverIcon" file="Interface\AddOns\Narcissus\Art\Modules\BarberShop\Coins">
|
||
|
|
<Size x="8" y="8"/>
|
||
|
|
<TexCoords left="0.25" right="0.5" top="0" bottom="1"/>
|
||
|
|
<Anchors>
|
||
|
|
<Anchor point="LEFT" relativeKey="$parent.Silver" relativePoint="RIGHT" x="2"/>
|
||
|
|
</Anchors>
|
||
|
|
</Texture>
|
||
|
|
<FontString inherits="SystemFont_Tiny" justifyH="CENTER" justifyV="TOP" parentKey="Copper" text="0">
|
||
|
|
<Anchors>
|
||
|
|
<Anchor point="LEFT" relativeKey="$parent.SilverIcon" relativePoint="RIGHT" x="6"/>
|
||
|
|
</Anchors>
|
||
|
|
</FontString>
|
||
|
|
<Texture parentKey="CopperIcon" file="Interface\AddOns\Narcissus\Art\Modules\BarberShop\Coins">
|
||
|
|
<Size x="8" y="8"/>
|
||
|
|
<TexCoords left="0" right="0.25" top="0" bottom="1"/>
|
||
|
|
<Anchors>
|
||
|
|
<Anchor point="LEFT" relativeKey="$parent.Copper" relativePoint="RIGHT" x="2"/>
|
||
|
|
</Anchors>
|
||
|
|
</Texture>
|
||
|
|
</Layer>
|
||
|
|
</Layers>
|
||
|
|
</Frame>
|
||
|
|
|
||
|
|
<Frame name="NarciBarberShopStatsLocationFrameTemplate" mixin="NarciBarberShopStatsLocationFrameMixin" virtual="true">
|
||
|
|
<Size x="270" y="16"/>
|
||
|
|
<Layers>
|
||
|
|
<Layer level="OVERLAY">
|
||
|
|
<FontString inherits="SystemFont_Tiny" justifyH="LEFT" justifyV="TOP" parentKey="Label" text="Map" maxLines="2">
|
||
|
|
<Color r="0.8" g="0.8" b="0.8"/>
|
||
|
|
<Size x="140"/>
|
||
|
|
<Anchors>
|
||
|
|
<Anchor point="TOPLEFT"/>
|
||
|
|
</Anchors>
|
||
|
|
</FontString>
|
||
|
|
<FontString inherits="SystemFont_Tiny" justifyH="LEFT" justifyV="TOP" parentKey="Visit" text="0">
|
||
|
|
<Size x="50"/>
|
||
|
|
<Anchors>
|
||
|
|
<Anchor point="TOPLEFT" relativeKey="$parent.Label" relativePoint="TOPRIGHT" x="4"/>
|
||
|
|
</Anchors>
|
||
|
|
</FontString>
|
||
|
|
<FontString inherits="SystemFont_Tiny" justifyH="LEFT" justifyV="TOP" parentKey="Duration" text="0">
|
||
|
|
<Size x="80"/>
|
||
|
|
<Anchors>
|
||
|
|
<Anchor point="TOPLEFT" relativeKey="$parent.Visit" relativePoint="TOPRIGHT" x="4"/>
|
||
|
|
</Anchors>
|
||
|
|
</FontString>
|
||
|
|
</Layer>
|
||
|
|
</Layers>
|
||
|
|
<Scripts>
|
||
|
|
<OnShow method="OnShow"/>
|
||
|
|
<OnHide method="OnHide"/>
|
||
|
|
</Scripts>
|
||
|
|
</Frame>
|
||
|
|
|
||
|
|
<Frame name="Narci_BarbershopFrame" hidden="true" mixin="NarciBarberShopMixin" frameStrata="HIGH" ignoreParentScale="true" parent="UIParent">
|
||
|
|
<Size x="328" y="548"/>
|
||
|
|
<Anchors>
|
||
|
|
<Anchor point="TOPLEFT" relativeKey="$parent" relativePoint="TOPLEFT" x="0" y="-95"/>
|
||
|
|
</Anchors>
|
||
|
|
<Frames>
|
||
|
3 years ago
|
<Button parentKey="PlusButton" mixin="NarciBarberShopPlusButtonMixin" frameStrata="HIGH" frameLevel="10" ignoreParentAlpha="true" motionScriptsWhileDisabled="true">
|
||
|
5 years ago
|
<Size x="40" y="40"/>
|
||
|
|
<HitRectInsets>
|
||
|
|
<AbsInset left="0" right="-100" top="0" bottom="0"/>
|
||
|
|
</HitRectInsets>
|
||
|
|
<Anchors>
|
||
|
|
<Anchor point="TOPLEFT" relativeKey="$parent" relativePoint="TOPLEFT" x="30" y="-26"/>
|
||
|
|
</Anchors>
|
||
|
|
<HighlightTexture file="Interface\AddOns\Narcissus\Art\Modules\BarberShop\PlusButton" alphaMode="ADD">
|
||
|
|
<TexCoords left="0.75" right="1" top="0" bottom="1"/>
|
||
|
|
</HighlightTexture>
|
||
|
|
<Layers>
|
||
|
|
<Layer level="BACKGROUND">
|
||
|
|
<Texture parentKey="Background" file="Interface\AddOns\Narcissus\Art\Modules\BarberShop\PlusButton">
|
||
|
|
<TexCoords left="0" right="0.25" top="0" bottom="1"/>
|
||
|
|
</Texture>
|
||
|
|
</Layer>
|
||
|
3 years ago
|
<Layer level="ARTWORK">
|
||
|
|
<Texture parentKey="GlowTexture" file="Interface\AddOns\Narcissus\Art\Modules\BarberShop\SquareButtonGlow" alphaMode="ADD" hidden="true">
|
||
|
|
<Size x="160" y="160"/>
|
||
|
|
<Anchors>
|
||
|
|
<Anchor point="CENTER"/>
|
||
|
|
</Anchors>
|
||
|
|
<Animations>
|
||
|
|
<AnimationGroup parentKey="AnimGlow">
|
||
|
|
<Alpha fromAlpha="0" toAlpha="1" duration="0.5" order="1"/>
|
||
|
|
<Alpha fromAlpha="1" toAlpha="0" startDelay="0.2" duration="2" order="2"/>
|
||
|
|
<Scripts>
|
||
|
|
<OnFinished>
|
||
|
|
self:GetParent():Hide();
|
||
|
|
</OnFinished>
|
||
|
|
</Scripts>
|
||
|
|
</AnimationGroup>
|
||
|
|
</Animations>
|
||
|
|
</Texture>
|
||
|
|
</Layer>
|
||
|
5 years ago
|
<Layer level="OVERLAY">
|
||
|
|
<FontString parentKey="Label" inherits="SystemFont_Tiny" justifyH="LEFT" justifyV="MIDDLE" maxLines="2">
|
||
|
|
<Size x="200"/>
|
||
|
|
<Anchors>
|
||
|
|
<Anchor point="LEFT" relativeKey="$parent" relativePoint="RIGHT" x="4" y="0"/>
|
||
|
|
</Anchors>
|
||
|
|
</FontString>
|
||
|
3 years ago
|
<FontString parentKey="Count" inherits="SystemFont_Tiny" justifyH="LEFT" justifyV="MIDDLE" maxLines="1">
|
||
|
|
<Size x="0"/>
|
||
|
|
<Color r="0.5" g="0.5" b="0.5"/>
|
||
|
|
<Anchors>
|
||
|
|
<Anchor point="LEFT" relativeKey="$parent.Label" relativePoint="RIGHT" x="8" y="0"/>
|
||
|
|
</Anchors>
|
||
|
|
</FontString>
|
||
|
5 years ago
|
</Layer>
|
||
|
|
</Layers>
|
||
|
|
<Scripts>
|
||
|
|
<OnLoad method="OnLoad"/>
|
||
|
|
<OnMouseDown method="OnMouseDown"/>
|
||
|
|
<OnMouseUp method="OnMouseUp"/>
|
||
|
|
<OnDisable method="OnDisable"/>
|
||
|
|
<OnEnable method="OnEnable"/>
|
||
|
|
<OnEnter method="OnEnter"/>
|
||
|
|
<OnLeave method="OnLeave"/>
|
||
|
|
<OnClick method="OnClick"/>
|
||
|
|
</Scripts>
|
||
|
|
</Button>
|
||
|
|
|
||
|
|
<Frame parentKey="SavedLooksFrame">
|
||
|
|
<Size x="328" y="460"/>
|
||
|
|
<Anchors>
|
||
|
|
<Anchor point="TOPLEFT" relativeKey="$parent" relativePoint="TOPLEFT" x="0" y="0"/>
|
||
|
|
</Anchors>
|
||
|
|
<Frames>
|
||
|
|
|
||
|
|
<ScrollFrame inherits="NarciBarberShopScrollFrameTemplate" parentKey="CategoryMale"/>
|
||
|
|
<ScrollFrame inherits="NarciBarberShopScrollFrameTemplate" parentKey="CategoryFemale"/>
|
||
|
3 years ago
|
<ScrollFrame inherits="NarciBarberShopScrollFrameTemplate" parentKey="CategoryAlternateFormMale" hidden="true"/>
|
||
|
|
<ScrollFrame inherits="NarciBarberShopScrollFrameTemplate" parentKey="CategoryAlternateFormFemale" hidden="true"/>
|
||
|
5 years ago
|
|
||
|
|
<EditBox parentKey="EditBox" multiLine="false" autoFocus="false" mixin="NarciBarberShopEditBoxMixin" frameLevel="8" hidden="true" letters="36">
|
||
|
|
<Size x="200" y="16"/>
|
||
|
|
<Anchors>
|
||
|
|
<Anchor point="LEFT"/>
|
||
|
|
</Anchors>
|
||
|
|
<FontString inherits="GameFontNormalMed3" justifyH="LEFT" justifyV="TOP"/>
|
||
|
|
<Layers>
|
||
|
|
<Layer>
|
||
|
|
<Texture parentKey="Highlight" hidden="false">
|
||
|
|
<Color r="0.25" g="0.78" b="0.92" a="0.2"/>
|
||
|
|
</Texture>
|
||
|
|
<FontString inherits="SystemFont_Tiny" justifyH="RIGHT" parentKey="LetterCount">
|
||
|
|
<Size x="32" y="16"/>
|
||
|
|
<Anchors>
|
||
|
|
<Anchor point="RIGHT" relativeKey="$parent" relativePoint="RIGHT" x="0" y="0"/>
|
||
|
|
</Anchors>
|
||
|
|
</FontString>
|
||
|
|
</Layer>
|
||
|
|
</Layers>
|
||
|
|
<Scripts>
|
||
|
|
<OnLoad method="OnLoad"/>
|
||
|
|
<OnEscapePressed method="OnEscapePressed"/>
|
||
|
|
<OnEnterPressed method="OnEnterPressed"/>
|
||
|
|
<OnEditFocusGained method="OnEditFocusGained"/>
|
||
|
|
<OnEditFocusLost method="OnEditFocusLost"/>
|
||
|
|
<OnTextChanged method="OnTextChanged"/>
|
||
|
|
<OnShow method="OnShow"/>
|
||
|
|
<OnHide method="OnHide"/>
|
||
|
|
</Scripts>
|
||
|
|
</EditBox>
|
||
|
|
<Button parentKey="EditButton" inherits="NarciBarberShopEditButtonTemplate" mixin="NarciBarberShopEditButtonMixin">
|
||
|
|
</Button>
|
||
|
|
<Button parentKey="DeleteButton" inherits="NarciBarberShopEditButtonTemplate" mixin="NarciBarberShopDeleteButtonMixin">
|
||
|
|
<Anchors>
|
||
|
|
<Anchor point="TOP" relativeKey="$parent.EditButton" relativePoint="BOTTOM" x="0"/>
|
||
|
|
</Anchors>
|
||
|
|
<Layers>
|
||
|
4 years ago
|
<Layer level="OVERLAY" textureSubLevel="1">
|
||
|
5 years ago
|
<Texture file="Interface\AddOns\Narcissus\Art\Modules\BarberShop\RingButton" parentKey="SemiCircleLeft" hidden="true">
|
||
|
|
<Size x="20" y="20"/>
|
||
|
|
<Anchors>
|
||
|
|
<Anchor point="CENTER"/>
|
||
|
|
</Anchors>
|
||
|
|
<TexCoords left="0.5" right="0.75" top="0" bottom="1"/>
|
||
|
|
<Animations>
|
||
|
|
<AnimationGroup parentKey="rotation">
|
||
|
|
<Alpha fromAlpha="0" toAlpha="0" duration="0" order="1"/>
|
||
|
|
<Rotation degrees="179" duration="0" order="1"/>
|
||
|
|
<Alpha startDelay="0.50" fromAlpha="1" toAlpha="1" duration="0.50" order="2"/>
|
||
|
|
<Rotation startDelay="0.50" degrees="-179" duration="0.50" order="2"/>
|
||
|
|
<Scripts>
|
||
|
|
<OnFinished>
|
||
|
|
self:GetParent():GetParent():OnLongClick();
|
||
|
|
</OnFinished>
|
||
|
|
</Scripts>
|
||
|
|
</AnimationGroup>
|
||
|
|
</Animations>
|
||
|
|
</Texture>
|
||
|
|
<Texture file="Interface\AddOns\Narcissus\Art\Modules\BarberShop\RingButton" parentKey="SemiCircleRight" hidden="true">
|
||
|
|
<Size x="20" y="20"/>
|
||
|
|
<Anchors>
|
||
|
|
<Anchor point="CENTER"/>
|
||
|
|
</Anchors>
|
||
|
|
<TexCoords left="0.75" right="1" top="0" bottom="1"/>
|
||
|
|
<Animations>
|
||
|
|
<AnimationGroup parentKey="rotation">
|
||
|
|
<Rotation degrees="179" duration="0" order="1"/>
|
||
|
|
<Rotation degrees="-179" duration="0.50" order="2"/>
|
||
|
|
</AnimationGroup>
|
||
|
|
</Animations>
|
||
|
|
</Texture>
|
||
|
|
<MaskTexture file="Interface\AddOns\Narcissus\Art\Masks\Mask-ShowRight" parentKey="Mask" hidden="false" hWrapMode="CLAMPTOBLACKADDITIVE" vWrapMode="CLAMPTOBLACKADDITIVE">
|
||
|
|
<Size x="20" y="20"/>
|
||
|
|
<Anchors>
|
||
|
|
<Anchor point="CENTER"/>
|
||
|
|
</Anchors>
|
||
|
|
<MaskedTextures>
|
||
|
|
<MaskedTexture childKey="SemiCircleRight"/>
|
||
|
|
</MaskedTextures>
|
||
|
|
</MaskTexture>
|
||
|
|
</Layer>
|
||
|
|
</Layers>
|
||
|
|
</Button>
|
||
|
3 years ago
|
<Frame parentKey="LoadingFrame" frameLevel="20" mixin="NarciBarberShopLoadingFrameMixin" ignoreParentAlpha="true" hidden="true">
|
||
|
|
<Size x="96" y="96"/>
|
||
|
|
<Anchors>
|
||
|
|
<Anchor point="CENTER"/>
|
||
|
|
</Anchors>
|
||
|
|
<Layers>
|
||
|
|
<Layer level="BACKGROUND">
|
||
|
|
<Texture parentKey="Shadow" file="Interface\AddOns\Narcissus\Art\Modules\BarberShop\LoadingIndicatorShadow" alpha="0.8">
|
||
|
|
<Size x="384" y="384"/>
|
||
|
|
<Anchors>
|
||
|
|
<Anchor point="CENTER"/>
|
||
|
|
</Anchors>
|
||
|
|
</Texture>
|
||
|
|
</Layer>
|
||
|
|
<Layer level="OVERLAY">
|
||
|
|
<Texture parentKey="Ring" file="Interface\AddOns\Narcissus\Art\Modules\BarberShop\LoadingIndicator">
|
||
|
|
<Size x="192" y="192"/>
|
||
|
|
<Anchors>
|
||
|
|
<Anchor point="CENTER"/>
|
||
|
|
</Anchors>
|
||
|
|
<Animations>
|
||
|
|
<AnimationGroup parentKey="AnimSpin" looping="REPEAT">
|
||
|
|
<Rotation degrees="-360" duration="2" order="1"/>
|
||
|
|
</AnimationGroup>
|
||
|
|
</Animations>
|
||
|
|
</Texture>
|
||
|
|
<FontString parentKey="Name" inherits="GameFontNormalMed3" justifyH="CENTER" justifyV="MIDDLE" spacing="2" maxLines="2">
|
||
|
|
<Size x="160" y="0"/>
|
||
|
|
<Anchors>
|
||
|
|
<Anchor point="CENTER" relativeKey="$parent" relativePoint="CENTER" x="0" y="6"/>
|
||
|
|
</Anchors>
|
||
|
|
</FontString>
|
||
|
|
<FontString parentKey="Progress" inherits="SystemFont_Tiny" justifyH="CENTER" justifyV="MIDDLE" spacing="2">
|
||
|
|
<Size x="80"/>
|
||
|
|
<Anchors>
|
||
|
|
<Anchor point="TOP" relativeKey="$parent.Name" relativePoint="BOTTOM" x="0" y="-4"/>
|
||
|
|
</Anchors>
|
||
|
|
</FontString>
|
||
|
|
</Layer>
|
||
|
|
</Layers>
|
||
|
|
<Scripts>
|
||
|
|
<OnLoad method="OnLoad"/>
|
||
|
|
<OnHide method="OnHide"/>
|
||
|
|
</Scripts>
|
||
|
|
</Frame>
|
||
|
5 years ago
|
</Frames>
|
||
|
|
</Frame>
|
||
|
|
|
||
|
|
<Button parentKey="SettingButton" mixin="NarciBarberShopSettingButtonMixin" frameStrata="HIGH" frameLevel="10" ignoreParentAlpha="true">
|
||
|
|
<Size x="40" y="40"/>
|
||
|
|
<HitRectInsets>
|
||
|
|
<AbsInset left="0" right="0" top="0" bottom="0"/>
|
||
|
|
</HitRectInsets>
|
||
|
|
<Anchors>
|
||
|
|
<Anchor point="BOTTOMLEFT" relativeKey="$parent" relativePoint="BOTTOMLEFT" x="30" y="0"/>
|
||
|
|
</Anchors>
|
||
|
|
<HighlightTexture file="Interface\AddOns\Narcissus\Art\Modules\BarberShop\SettingButton" alphaMode="ADD">
|
||
|
|
<TexCoords left="0.75" right="1" top="0" bottom="1"/>
|
||
|
|
</HighlightTexture>
|
||
|
|
<Layers>
|
||
|
|
<Layer level="BACKGROUND">
|
||
|
|
<Texture parentKey="Background" file="Interface\AddOns\Narcissus\Art\Modules\BarberShop\SettingButton">
|
||
|
|
<TexCoords left="0" right="0.25" top="0" bottom="1"/>
|
||
|
|
</Texture>
|
||
|
|
</Layer>
|
||
|
|
<Layer level="OVERLAY">
|
||
|
|
<FontString parentKey="Label" inherits="SystemFont_Tiny" justifyH="LEFT" justifyV="MIDDLE" maxLines="1" hidden="true">
|
||
|
|
<Size x="200"/>
|
||
|
|
<Anchors>
|
||
|
|
<Anchor point="LEFT" relativeKey="$parent" relativePoint="RIGHT" x="4" y="0"/>
|
||
|
|
</Anchors>
|
||
|
|
</FontString>
|
||
|
|
</Layer>
|
||
|
|
</Layers>
|
||
|
|
<Scripts>
|
||
|
|
<OnLoad method="OnLoad"/>
|
||
|
|
<OnMouseDown method="OnMouseDown"/>
|
||
|
|
<OnMouseUp method="OnMouseUp"/>
|
||
|
|
<OnEnter method="OnEnter"/>
|
||
|
|
<OnLeave method="OnLeave"/>
|
||
|
|
<OnClick method="OnClick"/>
|
||
|
|
</Scripts>
|
||
|
|
</Button>
|
||
|
|
|
||
|
|
<Frame parentKey="SettingFrame" frameStrata="HIGH" frameLevel="12" mixin="NarciBarberShopSettingsMixin" inherits="NarciChamferedFrameTemplate" hidden="true" ignoreParentAlpha="true" enableMouse="true">
|
||
|
|
<Size x="392" y="200"/>
|
||
|
|
<Anchors>
|
||
|
|
<Anchor point="BOTTOMLEFT" relativeKey="$parent.SettingButton" relativePoint="BOTTOMRIGHT" x="-4" y="-5"/>
|
||
|
|
</Anchors>
|
||
|
|
<Layers>
|
||
|
|
<Layer level="ARTWORK">
|
||
|
4 years ago
|
<Texture parentKey="Divider" file="Interface\AddOns\Narcissus\Art\Modules\BarberShop\VerticalLine">
|
||
|
5 years ago
|
<Size x="8" y="180"/>
|
||
|
|
<Anchors>
|
||
|
|
<Anchor point="CENTER" relativeKey="$parent" relativePoint="LEFT" x="80"/>
|
||
|
|
</Anchors>
|
||
|
|
</Texture>
|
||
|
|
</Layer>
|
||
|
|
</Layers>
|
||
|
|
<Frames>
|
||
|
|
<ScrollFrame parentKey="ScrollFrame" clipChildren="true">
|
||
|
|
<Anchors>
|
||
|
|
<Anchor point="TOPLEFT" relativeKey="$parent" relativePoint="TOPLEFT" x="82" y="-10"/>
|
||
|
|
<Anchor point="BOTTOMRIGHT" relativeKey="$parent" relativePoint="BOTTOMRIGHT" x="-8" y="10"/>
|
||
|
|
</Anchors>
|
||
|
|
<!--Layers>
|
||
|
|
<Layer level="BACKGROUND">
|
||
|
|
<Texture>
|
||
|
|
<Color r="1" a="0.5"/>
|
||
|
|
</Texture>
|
||
|
|
</Layer>
|
||
|
|
</Layers-->
|
||
|
|
<ScrollChild>
|
||
|
|
<Frame parentKey="ScrollChild">
|
||
|
|
<Size x="8" y="8"/>
|
||
|
|
<Anchors>
|
||
|
|
<Anchor point="TOP" relativeKey="$parent" relativePoint="TOP"/>
|
||
|
|
</Anchors>
|
||
|
|
<Layers>
|
||
|
|
|
||
|
|
</Layers>
|
||
|
|
</Frame>
|
||
|
|
</ScrollChild>
|
||
|
|
<Frames>
|
||
|
3 years ago
|
<Slider parentKey="ScrollBar" inherits="NarciVerticalLineSliderTemplate">
|
||
|
5 years ago
|
<Size x="8"/>
|
||
|
|
<Anchors>
|
||
|
|
<Anchor point="TOPRIGHT" relativeKey="$parent" relativePoint="TOPRIGHT" x="-6" y="-4"/>
|
||
|
|
<Anchor point="BOTTOMRIGHT" relativeKey="$parent" relativePoint="BOTTOMRIGHT" x="-6" y="4"/>
|
||
|
|
</Anchors>
|
||
|
|
</Slider>
|
||
|
|
</Frames>
|
||
|
|
</ScrollFrame>
|
||
|
3 years ago
|
|
||
|
|
<Frame parentKey="ProfilesTab" hidden="true">
|
||
|
|
<Size x="302" y="180"/>
|
||
|
|
<Anchors>
|
||
|
|
<Anchor point="TOPLEFT" relativeKey="$parent.ScrollFrame" relativePoint="TOPLEFT"/>
|
||
|
|
</Anchors>
|
||
|
|
<Layers>
|
||
|
|
<!--Layer level="OVERLAY">
|
||
|
|
<FontString inherits="SystemFont_Tiny" justifyH="CENTER" justifyV="TOP" parentKey="Header1" text="Export">
|
||
|
|
<Color r="0.5" g="0.5" b="0.5"/>
|
||
|
|
<Size x="120"/>
|
||
|
|
<Anchors>
|
||
|
|
<Anchor point="TOP" relativeKey="$parent" relativePoint="TOP" x="0" y="-8"/>
|
||
|
|
</Anchors>
|
||
|
|
</FontString>
|
||
|
|
|
||
|
|
<FontString inherits="SystemFont_Tiny" justifyH="CENTER" justifyV="TOP" parentKey="Header2" text="Import">
|
||
|
|
<Color r="0.5" g="0.5" b="0.5"/>
|
||
|
|
<Size x="120"/>
|
||
|
|
<Anchors>
|
||
|
|
<Anchor point="TOP" relativeKey="$parent" relativePoint="TOP" x="0" y="-75"/>
|
||
|
|
</Anchors>
|
||
|
|
</FontString>
|
||
|
|
</Layer-->
|
||
|
|
</Layers>
|
||
|
|
<Frames>
|
||
|
|
<!--Button parentKey="ExportCurrentButton" inherits="NarciBarberShopStrokeButtonTemplate">
|
||
|
|
<Size x="120" y="20"/>
|
||
|
|
<Anchors>
|
||
|
|
<Anchor point="TOPRIGHT" relativeKey="$parent" relativePoint="TOP" x="-5" y="-25"/>
|
||
|
|
</Anchors>
|
||
|
|
</Button>
|
||
|
|
<Button parentKey="ExportAllButton" inherits="NarciBarberShopStrokeButtonTemplate">
|
||
|
|
<Size x="120" y="20"/>
|
||
|
|
<Anchors>
|
||
|
|
<Anchor point="TOPLEFT" relativeKey="$parent" relativePoint="TOP" x="5" y="-25"/>
|
||
|
|
</Anchors>
|
||
|
|
</Button-->
|
||
|
|
|
||
|
|
<EditBox parentKey="ExportEditBox" inherits="NarciBarberShopProfileTextBoxTemplate">
|
||
|
|
<Size x="250" y="20"/>
|
||
|
|
<Anchors>
|
||
|
|
<Anchor point="TOP" relativeKey="$parent" relativePoint="TOP" x="0" y="-25"/>
|
||
|
|
</Anchors>
|
||
|
|
<KeyValues>
|
||
|
|
<KeyValue key="action" value="export" type="string"/>
|
||
|
|
</KeyValues>
|
||
|
|
<Frames>
|
||
|
|
<Frame parentKey="InfoButton" inherits="NarciBarberShopInfoButtonTemplate">
|
||
|
|
<Anchors>
|
||
|
|
<Anchor point="LEFT" relativeKey="$parent.Header" relativePoint="RIGHT" x="5"/>
|
||
|
|
</Anchors>
|
||
|
|
</Frame>
|
||
|
|
</Frames>
|
||
|
|
</EditBox>
|
||
|
|
|
||
|
|
<EditBox parentKey="ImportEditBox" inherits="NarciBarberShopProfileTextBoxTemplate">
|
||
|
|
<Size x="250" y="20"/>
|
||
|
|
<Anchors>
|
||
|
|
<Anchor point="TOP" relativeKey="$parent" relativePoint="TOP" x="0" y="-92"/>
|
||
|
|
</Anchors>
|
||
|
|
<KeyValues>
|
||
|
|
<KeyValue key="action" value="import" type="string"/>
|
||
|
|
</KeyValues>
|
||
|
|
|
||
|
|
<Frames>
|
||
|
|
<Button parentKey="SaveButton" inherits="NarciBarberShopStrokeButtonTemplate" hidden="true">
|
||
|
|
<Size x="120" y="20"/>
|
||
|
|
<Anchors>
|
||
|
|
<Anchor point="TOP" relativeKey="$parent.AlertText" relativePoint="BOTTOM" x="0" y="-6"/>
|
||
|
|
</Anchors>
|
||
|
|
</Button>
|
||
|
|
</Frames>
|
||
|
|
</EditBox>
|
||
|
|
</Frames>
|
||
|
|
|
||
|
|
<Scripts>
|
||
|
|
<OnHide>
|
||
|
|
self:StopAnimating();
|
||
|
|
</OnHide>
|
||
|
|
</Scripts>
|
||
|
|
</Frame>
|
||
|
5 years ago
|
</Frames>
|
||
|
|
<Scripts>
|
||
|
|
<OnLoad method="OnLoad"/>
|
||
|
|
<OnShow method="OnShow"/>
|
||
|
|
<OnHide method="OnHide"/>
|
||
|
|
<OnEvent method="OnEvent"/>
|
||
|
|
</Scripts>
|
||
|
|
</Frame>
|
||
|
|
|
||
|
|
<Frame parentKey="ScrollBlocker" hidden="true" frameStrata="HIGH" frameLevel="20">
|
||
|
|
<Anchors>
|
||
|
|
<Anchor point="TOPLEFT" relativePoint="TOPLEFT"/>
|
||
|
|
<Anchor point="BOTTOMRIGHT" relativePoint="BOTTOMRIGHT"/>
|
||
|
|
</Anchors>
|
||
|
|
<!--Layers>
|
||
|
|
<Layer>
|
||
|
|
<Texture>
|
||
|
|
<Color r="1" a="0.2"/>
|
||
|
|
</Texture>
|
||
|
|
</Layer>
|
||
|
|
</Layers-->
|
||
|
|
<Scripts>
|
||
|
|
<OnEnter>
|
||
|
|
return;
|
||
|
|
</OnEnter>
|
||
|
|
<OnMouseWheel>
|
||
|
|
return;
|
||
|
|
</OnMouseWheel>
|
||
|
|
</Scripts>
|
||
|
|
</Frame>
|
||
|
|
|
||
|
|
<!--PlayerModel name="TestPlayerModel" frameStrata="LOW" hidden="true" mixin="NarciBarberShopModelMixin">
|
||
|
|
<Anchors>
|
||
|
|
<Anchor point="TOPLEFT" relativePoint="TOPLEFT"/>
|
||
|
|
<Anchor point="BOTTOMRIGHT" relativePoint="BOTTOMRIGHT"/>
|
||
|
|
</Anchors>
|
||
|
|
<Layers>
|
||
|
|
<Layer>
|
||
|
|
<Texture>
|
||
|
|
<Color r="0.05" g="0.05" b="0.05" a="0"/>
|
||
|
|
</Texture>
|
||
|
|
</Layer>
|
||
|
|
</Layers>
|
||
|
|
<Anchors>
|
||
|
|
<Anchor point="LEFT"/>
|
||
|
|
</Anchors>
|
||
|
|
<Scripts>
|
||
|
|
<OnLoad method="OnLoad"/>
|
||
|
|
<OnModelLoaded method="OnModelLoaded"/>
|
||
|
|
<OnShow method="OnShow"/>
|
||
|
|
</Scripts>
|
||
|
|
</PlayerModel-->
|
||
|
|
</Frames>
|
||
|
|
<Scripts>
|
||
|
|
<OnLoad method="OnLoad"/>
|
||
|
|
<OnShow method="OnShow"/>
|
||
|
|
<OnHide method="OnHide"/>
|
||
|
|
<OnKeyDown method="OnKeyDown"/>
|
||
|
|
<OnKeyUp method="OnKeyUp"/>
|
||
|
|
<OnEnter method="OnEnter"/>
|
||
|
|
<OnLeave method="OnLeave"/>
|
||
|
|
</Scripts>
|
||
|
|
</Frame>
|
||
|
|
|
||
|
|
<!--Dev Tool-->
|
||
|
|
<Button name="NarciDevToolSquareButtonTemplate" virtual="true" registerForClicks="LeftButtonUp, RightButtonUp">
|
||
|
|
<Size x="16" y="16"/>
|
||
|
|
<Layers>
|
||
|
|
<Layer level="BACKGROUND">
|
||
|
|
<Texture>
|
||
|
|
<Color r="1" g="1" b="1" a="0.5"/>
|
||
|
|
</Texture>
|
||
|
|
<FontString inherits="NarciIndicatorTiny" justifyH="LEFT" parentKey="Label">
|
||
|
|
<Color r="0.5" g="0.5" b="0.5"/>
|
||
|
|
<Anchors>
|
||
|
|
<Anchor point="LEFT" relativeKey="$parent" relativePoint="RIGHT" x="4"/>
|
||
|
|
</Anchors>
|
||
|
|
</FontString>
|
||
|
|
<FontString inherits="NarciIndicatorTiny" justifyH="LEFT" parentKey="Value">
|
||
|
|
<Anchors>
|
||
|
|
<Anchor point="LEFT" relativeKey="$parent.Label" relativePoint="RIGHT" x="4"/>
|
||
|
|
</Anchors>
|
||
|
|
</FontString>
|
||
|
|
</Layer>
|
||
|
|
</Layers>
|
||
|
|
<HighlightTexture>
|
||
|
|
<Color r="1" g="1" b="1"/>
|
||
|
|
</HighlightTexture>
|
||
|
|
<Scripts>
|
||
|
|
<OnLoad>
|
||
|
|
self.Label:SetText(self.labelText);
|
||
|
|
</OnLoad>
|
||
|
|
</Scripts>
|
||
|
|
</Button>
|
||
|
|
|
||
|
|
<Frame name="NarciDevToolPortraitFrame" mixin="NarciDevToolPortraitMixin" hidden="true">
|
||
|
|
<Size x="56" y="56"/>
|
||
|
|
<Anchors>
|
||
|
|
<Anchor point="CENTER" relativeTo="UIParent" relativePoint="CENTER" x="0" y="0"/>
|
||
|
|
</Anchors>
|
||
|
|
<Layers>
|
||
|
|
<Layer level="ARTWORK">
|
||
|
|
<Texture name="NarciDevReferencePortrait" parentKey="Portrait" desaturated="false" hidden="false">
|
||
|
|
<Size x="60" y="60"/>
|
||
|
|
<Anchors>
|
||
|
|
<Anchor point="RIGHT" relativeKey="$parent" relativePoint="LEFT" x="-4"/>
|
||
|
|
</Anchors>
|
||
|
|
</Texture>
|
||
|
|
</Layer>
|
||
|
|
<Layer level="OVERLAY">
|
||
|
|
<Texture file="Interface\AddOns\Narcissus\Art\Modules\BarberShop\MetalSquare" hidden="true">
|
||
|
|
<Size x="96" y="96"/>
|
||
|
|
<Anchors>
|
||
|
|
<Anchor point="CENTER" relativeKey="$parent.Portrait" relativePoint="CENTER"/>
|
||
|
|
</Anchors>
|
||
|
|
</Texture>
|
||
|
|
</Layer>
|
||
|
|
</Layers>
|
||
|
|
<Frames>
|
||
|
|
<PlayerModel parentKey="Model" alpha="1.00" hidden="false" enableMouse="true">
|
||
|
|
<Size x="56" y="56"/>
|
||
|
|
<Anchors>
|
||
|
|
<Anchor point="CENTER" relativeKey="$parent" relativePoint="CENTER" x="0" y="0"/>
|
||
|
|
</Anchors>
|
||
|
|
<Layers>
|
||
|
|
<Layer level="BACKGROUND">
|
||
|
|
<Texture>
|
||
|
|
<Color a="1"/>
|
||
|
|
</Texture>
|
||
|
|
</Layer>
|
||
|
|
<Layer level="OVERLAY">
|
||
|
|
<Texture file="Interface\AddOns\Narcissus\Art\Modules\BarberShop\MetalSquare" parentKey="Border">
|
||
|
|
<Size x="96" y="96"/>
|
||
|
|
<Anchors>
|
||
|
|
<Anchor point="CENTER" relativeKey="$parent" relativePoint="CENTER"/>
|
||
|
|
</Anchors>
|
||
|
|
</Texture>
|
||
|
|
</Layer>
|
||
|
|
</Layers>
|
||
|
|
</PlayerModel>
|
||
|
|
|
||
|
|
<Button inherits="NarciDevToolSquareButtonTemplate" parentKey="DistanceButton" hidden="true">
|
||
|
|
<KeyValues>
|
||
|
|
<KeyValue key="delta" value="0.02" type="number"/>
|
||
|
|
<KeyValue key="labelText" value="Zoom" type="string"/>
|
||
|
|
</KeyValues>
|
||
|
|
<Anchors>
|
||
|
|
<Anchor point="TOPLEFT" relativeKey="$parent.Model" relativePoint="TOPRIGHT" x="10" y="0"/>
|
||
|
|
</Anchors>
|
||
|
|
</Button>
|
||
|
|
<!--Button inherits="NarciDevToolSquareButtonTemplate" parentKey="CameraPitchButton">
|
||
|
|
<KeyValues>
|
||
|
|
<KeyValue key="delta" value="0.087266" type="number"/>
|
||
|
|
<KeyValue key="labelText" value="Pitch" type="string"/>
|
||
|
|
</KeyValues>
|
||
|
|
<Anchors>
|
||
|
|
<Anchor point="TOP" relativeKey="$parent.DistanceButton" relativePoint="BOTTOM" x="0" y="-2"/>
|
||
|
|
</Anchors>
|
||
|
|
</Button-->
|
||
|
|
|
||
|
|
<Button inherits="NarciDevToolSquareButtonTemplate" parentKey="ModelXButton">
|
||
|
|
<KeyValues>
|
||
|
|
<KeyValue key="delta" value="0.01" type="number"/>
|
||
|
|
<KeyValue key="labelText" value="Model PosX" type="string"/>
|
||
|
|
</KeyValues>
|
||
|
|
<Anchors>
|
||
|
|
<Anchor point="TOP" relativeKey="$parent.DistanceButton" relativePoint="TOP" x="0" y="0"/>
|
||
|
|
</Anchors>
|
||
|
|
</Button>
|
||
|
|
<Button inherits="NarciDevToolSquareButtonTemplate" parentKey="ModelYButton">
|
||
|
|
<KeyValues>
|
||
|
|
<KeyValue key="delta" value="0.01" type="number"/>
|
||
|
|
<KeyValue key="labelText" value="Model PosY" type="string"/>
|
||
|
|
</KeyValues>
|
||
|
|
<Anchors>
|
||
|
|
<Anchor point="TOP" relativeKey="$parent.ModelXButton" relativePoint="BOTTOM" x="0" y="-2"/>
|
||
|
|
</Anchors>
|
||
|
|
</Button>
|
||
|
|
<Button inherits="NarciDevToolSquareButtonTemplate" parentKey="ModelZButton">
|
||
|
|
<KeyValues>
|
||
|
|
<KeyValue key="delta" value="0.01" type="number"/>
|
||
|
|
<KeyValue key="labelText" value="Model PosZ" type="string"/>
|
||
|
|
</KeyValues>
|
||
|
|
<Anchors>
|
||
|
|
<Anchor point="TOP" relativeKey="$parent.ModelYButton" relativePoint="BOTTOM" x="0" y="-2"/>
|
||
|
|
</Anchors>
|
||
|
|
</Button>
|
||
|
|
<Button inherits="NarciDevToolSquareButtonTemplate" parentKey="FacingButton">
|
||
|
|
<KeyValues>
|
||
|
|
<KeyValue key="delta" value="0.087266" type="number"/>
|
||
|
|
<KeyValue key="labelText" value="Facing" type="string"/>
|
||
|
|
</KeyValues>
|
||
|
|
<Anchors>
|
||
|
|
<Anchor point="TOP" relativeKey="$parent.ModelZButton" relativePoint="BOTTOM" x="0" y="-2"/>
|
||
|
|
</Anchors>
|
||
|
|
</Button>
|
||
|
|
<Button inherits="NarciDevToolSquareButtonTemplate" parentKey="OffsetXButton" hidden="true">
|
||
|
|
<KeyValues>
|
||
|
|
<KeyValue key="delta" value="1" type="number"/>
|
||
|
|
<KeyValue key="labelText" value="Offset X" type="string"/>
|
||
|
|
</KeyValues>
|
||
|
|
<Anchors>
|
||
|
|
<Anchor point="TOP" relativeKey="$parent.FacingButton" relativePoint="BOTTOM" x="0" y="-2"/>
|
||
|
|
</Anchors>
|
||
|
|
</Button>
|
||
|
|
<Button inherits="NarciDevToolSquareButtonTemplate" parentKey="OffsetYButton" hidden="true">
|
||
|
|
<KeyValues>
|
||
|
|
<KeyValue key="delta" value="1" type="number"/>
|
||
|
|
<KeyValue key="labelText" value="Offset Y" type="string"/>
|
||
|
|
</KeyValues>
|
||
|
|
<Anchors>
|
||
|
|
<Anchor point="TOP" relativeKey="$parent.OffsetXButton" relativePoint="BOTTOM" x="0" y="-2"/>
|
||
|
|
</Anchors>
|
||
|
|
</Button>
|
||
|
|
|
||
|
|
<Button inherits="NarciDevToolSquareButtonTemplate" parentKey="ReloadButton" hidden="false">
|
||
|
|
<KeyValues>
|
||
|
|
<KeyValue key="delta" value="1" type="number"/>
|
||
|
|
<KeyValue key="labelText" value="Load Profile" type="string"/>
|
||
|
|
</KeyValues>
|
||
|
|
<Anchors>
|
||
|
|
<Anchor point="TOP" relativeKey="$parent.OffsetYButton" relativePoint="BOTTOM" x="0" y="-8"/>
|
||
|
|
</Anchors>
|
||
|
|
</Button>
|
||
|
|
</Frames>
|
||
|
|
<Scripts>
|
||
|
|
<OnLoad method="OnLoad"/>
|
||
|
|
<OnShow method="OnShow"/>
|
||
|
|
</Scripts>
|
||
|
|
</Frame>
|
||
|
5 years ago
|
</Ui>
|