Mercurial > wow > worldplan
view WorldPlan.xml @ 0:3830a592cb0f
initial commmit
author | Nenue |
---|---|
date | Tue, 11 Oct 2016 17:20:37 -0400 |
parents | |
children | 232617b8bcd5 |
line wrap: on
line source
<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="WorldPlan.lua" /> <Font name="VeneerPinFont" font="Interface\AddOns\Veneer\Font\ArchivoNarrow-Bold.ttf" height="13" outline="NORMAL" virtual="true" /> <Font name="VeneerTimeFont" font="Interface\AddOns\Veneer\Font\ArchivoNarrow-Bold.ttf" height="10" outline="NORMAL" virtual="true" /> <GameTooltip name="WorldPlanTooltip" parent="UIParent" inherits="GameTooltipTemplate"> </GameTooltip> <Button name="VeneerWQCompassTemplate" virtual="true" hidden="true"> <Size x="50" y="36" /> <Anchors> <Anchor point="TOP" /> </Anchors> <Layers> <Layer level="ARTWORK"> <Texture parentKey="icon" name="$parentIcon" setAllPoints="false"> <Anchors> <Anchor point="TOPLEFT" /> </Anchors> </Texture> </Layer> <Layer level="OVERLAY"> <FontString inherits="VeneerFont" parentKey="label"> <Anchors> <Anchor point="LEFT" relativePoint="RIGHT" relativeKey="$parent.icon" /> </Anchors> </FontString> </Layer> </Layers> </Button> <Button name="WorldPlanQuestPin" virtual="true" hidden="true" frameStrata="TOOLTIP" mixin="WorldPlanPOIMixin"> <Animations> <AnimationGroup parentKey="FadeIn" setToFinalAlpha="true" looping="NONE"> <Alpha duration="0.15" fromAlpha="0" toAlpha="1" order="1" /> <Scripts> <OnPlay> self:GetParent().highlight:Show() </OnPlay> <OnStop> self:GetParent().highlight:Hide() self:GetParent().isAnimating = nil </OnStop> <OnFinished> self:GetParent().highlight:Hide() self:GetParent().isAnimating = nil </OnFinished> </Scripts> </AnimationGroup> <AnimationGroup parentKey="PendingFade" setToFinalAlpha="true" looping="REPEAT"> <Alpha duration="0.72" fromAlpha="1" toAlpha="0" order="1" /> <Alpha duration="0.72" fromAlpha="0" toAlpha="1" order="2" /> </AnimationGroup> </Animations> <Layers> <Layer level="ARTWORK"> <Texture parentKey="icon" setAllPoints="true"> <Anchors> <Anchor point="TOPLEFT" /> </Anchors> </Texture> </Layer> <Layer level="BORDER"> <Texture parentKey="iconBorder" file="Interface\BUTTONS\GREENGRAD64" desaturated="true" /> </Layer> <Layer level="BACKGROUND"> <Texture parentKey="MouseGlow" file="Interface\WorldMap\UI-QuestPoi-IconGlow" alphaMode="ADD" hidden="true"> <Anchors> <Anchor point="TOPRIGHT" x="14" y="14" /> <Anchor point="BOTTOMLEFT" x="-14" y="-14" /> </Anchors> </Texture> <Texture parentKey="supertrackBorder" file="Interface\BUTTONS\GREENGRAD64" desaturated="true" /> <Texture parentKey="EliteDecal" atlas="worldquest-questmarker-dragon" hidden="true"> <Anchors> <Anchor point="TOPLEFT" relativeKey="$parent.iconBorder" x="-6" y="6"/> <Anchor point="BOTTOMRIGHT" relativeKey="$parent.iconBorder" x="6" y="-6"/> </Anchors> </Texture> </Layer> <Layer level="OVERLAY"> <FontString inherits="GameFontNormal" parentKey="count"> <Anchors> <Anchor point="BOTTOMRIGHT" relativeKey="$parent.icon" x="0" y="0" /> </Anchors> </FontString> <FontString inherits="VeneerPinFont" parentKey="label"> <Anchors> <Anchor point="BOTTOM" x="0" y="0" /> </Anchors> </FontString> <FontString inherits="VeneerTimeFont" parentKey="timeLabel"> <Anchors> <Anchor point="BOTTOM" relativePoint="TOP" relativeKey="$parent.label" x="0" y="0" /> </Anchors> </FontString> <Texture parentKey="dot" hidden="true" setAllPoints="false"> <Size x="6" y="6" /> <Color a="1" r="1" g="0" b="0" /> </Texture> <Texture parentKey="dotH" hidden="true"> <Size y="4" /> <Color a="1" r="0" g="0" b="0" /> </Texture> <Texture parentKey="tagIcon" setAllPoints="false"> <Size x="12" y="12" /> <Anchors> <Anchor point="BOTTOMRIGHT" x="1" y="-1" /> </Anchors> </Texture> <Texture parentKey="highlight" setAllPoints="true" alphaMode="ADD" alpha="0" file="Interface\Tooltips\UI-Tooltip-Background" desaturated="true" /> </Layer> </Layers> <Frames> <Cooldown parentKey="Swipe" hideCountdownNumbers="true" hidden="true"> <Anchors> <Anchor point="CENTER" /> </Anchors> <SwipeTexture file="Interface\Garrison\GarrLanding-TradeskillTimerFill" setAllPoints="true" /> <Layers> <Layer level="BACKGROUND"> <Texture parentKey="bg" setAllPoints="true" atlas="GarrLanding-TradeskillTimer-Border" alpha="1"/> </Layer> </Layers> </Cooldown> </Frames> <Scripts> <OnSizeChanged method="OnSizeChanged" /> <OnLoad method="OnLoad" /> <OnEvent method="OnEvent" /> <OnUpdate method="OnUpdate" /> <OnShow method="OnShow" /> <OnHide method="OnHide" /> </Scripts> </Button> <Button name="WorldPlanFilterPin" virtual="true" inherits="WorldPlanQuestPin" mixin="WorldPlanFilterPinMixin"> <Scripts> <OnClick method="OnClick" /> <OnLoad method="OnLoad" /> </Scripts> </Button> <Frame name="WorldPlan" mixin="WorldPlanCore" parent="UIParent"> <KeyValues> <KeyValue key="DEVIAN_PNAME" value="WorldPlan"/> </KeyValues> <Size x="600" y="24" /> <Anchors> <Anchor point="TOP" /> </Anchors> <Scripts> <OnLoad method="OnLoad" /> <OnEvent method="OnEvent" /> </Scripts> </Frame> </Ui>