Mercurial > wow > worldplan
comparison WorldPlan.xml @ 54:b289eb3e6a32
- Fix stray pin text arising from pins that are never shown.
| author | Nenue |
|---|---|
| date | Sat, 31 Dec 2016 17:31:39 -0500 |
| parents | dbd81d49af02 |
| children | 0749e38081e7 |
comparison
equal
deleted
inserted
replaced
| 53:44baf4f35c7c | 54:b289eb3e6a32 |
|---|---|
| 39 <Button name="WorldPlanQuestPin" virtual="true" hidden="true" frameStrata="TOOLTIP" mixin="WorldPlanPOIMixin"> | 39 <Button name="WorldPlanQuestPin" virtual="true" hidden="true" frameStrata="TOOLTIP" mixin="WorldPlanPOIMixin"> |
| 40 <Animations> | 40 <Animations> |
| 41 <AnimationGroup parentKey="FadeIn" setToFinalAlpha="true" looping="NONE"> | 41 <AnimationGroup parentKey="FadeIn" setToFinalAlpha="true" looping="NONE"> |
| 42 <Alpha parentKey="FadeIn" duration="0.45" fromAlpha="0" toAlpha="1" order="1" /> | 42 <Alpha parentKey="FadeIn" duration="0.45" fromAlpha="0" toAlpha="1" order="1" /> |
| 43 <Scripts> | 43 <Scripts> |
| 44 <OnPlay> | |
| 45 self:GetParent().highlight:Show() | |
| 46 </OnPlay> | |
| 47 <OnStop> | 44 <OnStop> |
| 48 self:GetParent().highlight:Hide() | 45 self:GetParent():EndFade() |
| 49 self:GetParent().isAnimating = nil | |
| 50 </OnStop> | 46 </OnStop> |
| 51 <OnFinished> | 47 <OnFinished> |
| 52 self:GetParent().highlight:Hide() | 48 self:GetParent():EndFade() |
| 53 self:GetParent().isAnimating = nil | |
| 54 </OnFinished> | 49 </OnFinished> |
| 55 </Scripts> | 50 </Scripts> |
| 56 </AnimationGroup> | 51 </AnimationGroup> |
| 57 <AnimationGroup parentKey="PendingFade" setToFinalAlpha="true" looping="REPEAT"> | 52 <AnimationGroup parentKey="PendingFade" setToFinalAlpha="true" looping="REPEAT"> |
| 58 <Alpha parentKey="FadeOut" duration="0.72" fromAlpha="1" toAlpha="0" order="1" /> | 53 <Alpha parentKey="FadeOut" duration="0.72" fromAlpha="1" toAlpha="0" order="1" /> |
| 128 <OnMouseDown method="OnMouseDown" /> | 123 <OnMouseDown method="OnMouseDown" /> |
| 129 <OnEnter method="OnEnter" /> | 124 <OnEnter method="OnEnter" /> |
| 130 <OnLeave method="OnLeave" /> | 125 <OnLeave method="OnLeave" /> |
| 131 </Scripts> | 126 </Scripts> |
| 132 <Frames> | 127 <Frames> |
| 133 <Frame parentKey="Overlay" setAllPoints="true"> | 128 <Frame parentKey="Overlay" name="$parentOverlay" setAllPoints="true" hidden="true"> |
| 134 <Layers> | 129 <Layers> |
| 135 <Layer level="OVERLAY"> | 130 <Layer level="OVERLAY"> |
| 136 <FontString inherits="WorldPlanNumberFontThin" parentKey="count"> | 131 <FontString inherits="WorldPlanNumberFontThin" parentKey="count"> |
| 137 <Anchors> | 132 <Anchors> |
| 138 <Anchor point="BOTTOM" x="0" y="0" /> | 133 <Anchor point="BOTTOM" x="0" y="0" /> |
| 139 </Anchors> | 134 </Anchors> |
| 140 </FontString> | 135 </FontString> |
| 141 <FontString inherits="WorldPlanNumberFont" parentKey="timeLabel"> | 136 <FontString inherits="WorldPlanNumberFont" parentKey="timeLabel"> |
| 142 <Anchors> | 137 <Anchors> |
| 143 <Anchor point="TOP" x="0" y="0" /> | 138 <Anchor point="TOP" x="0" y="0" /> |
| 139 </Anchors> | |
| 140 </FontString> | |
| 141 <FontString inherits="WorldPlanNumberFontThin" parentKey="Description"> | |
| 142 <Anchors> | |
| 143 <Anchor point="TOP" relativePoint="BOTTOM" relativeKey="$parent.count" x="0" y="0" /> | |
| 144 </Anchors> | 144 </Anchors> |
| 145 </FontString> | 145 </FontString> |
| 146 </Layer> | 146 </Layer> |
| 147 </Layers> | 147 </Layers> |
| 148 </Frame> | 148 </Frame> |
