Mercurial > wow > worldplan
comparison WorldPlan.xml @ 69:31de7e9e7849
stop hiding pins when the timeleft returns 0; use C_TQ.IsActive
| author | Nenue |
|---|---|
| date | Wed, 05 Apr 2017 11:36:06 -0400 |
| parents | abcdef801db5 |
| children | bb2baedae81f |
comparison
equal
deleted
inserted
replaced
| 68:cce68795f955 | 69:31de7e9e7849 |
|---|---|
| 79 <Texture parentKey="icon" setAllPoints="true"> | 79 <Texture parentKey="icon" setAllPoints="true"> |
| 80 <Anchors> | 80 <Anchors> |
| 81 <Anchor point="CENTER" /> | 81 <Anchor point="CENTER" /> |
| 82 </Anchors> | 82 </Anchors> |
| 83 </Texture> | 83 </Texture> |
| 84 | |
| 84 </Layer> | 85 </Layer> |
| 85 <Layer level="OVERLAY"> | 86 <Layer level="OVERLAY"> |
| 86 <Texture parentKey="dot" hidden="true" setAllPoints="false"> | 87 <Texture parentKey="dot" hidden="true" setAllPoints="false"> |
| 87 <Size x="6" y="6" /> | 88 <Size x="6" y="6" /> |
| 88 <Color a="1" r="1" g="0" b="0" /> | 89 <Color a="1" r="1" g="0" b="0" /> |
| 171 <OnUpdate method="OnUpdate" /> | 172 <OnUpdate method="OnUpdate" /> |
| 172 <OnShow method="OnShow" /> | 173 <OnShow method="OnShow" /> |
| 173 </Scripts> | 174 </Scripts> |
| 174 </Frame> | 175 </Frame> |
| 175 | 176 |
| 177 <ScrollingMessageFrame name="WorldPlanDebug" parent="UIParent" mixin="WorldPlanDebugMixin" hidden="true" frameStrata="TOOLTIP"> | |
| 178 <Size x="700" y="500" /> | |
| 179 <Anchors> | |
| 180 <Anchor point="CENTER" /> | |
| 181 </Anchors> | |
| 182 <Scripts> | |
| 183 <OnLoad method="OnLoad" /> | |
| 184 <OnShow method="OnShow" /> | |
| 185 <OnUpdate method="OnUpdate" /> | |
| 186 <OnMouseWheel method="OnMouseWheel" /> | |
| 187 </Scripts> | |
| 188 <Layers> | |
| 189 <Layer level="BACKGROUND"> | |
| 190 <Texture setAllPoints="true"> | |
| 191 <Color a="1" r="0" g="0" b="0" /> | |
| 192 </Texture> | |
| 193 </Layer> | |
| 194 </Layers> | |
| 195 </ScrollingMessageFrame> | |
| 196 | |
| 176 | 197 |
| 177 </Ui> | 198 </Ui> |
