Mercurial > wow > turok
comparison Turok/Modules/Combat/Castbar.xml @ 6:a9b8b0866ece
clear out log jam
author | Nenue |
---|---|
date | Sun, 21 Feb 2016 08:32:53 -0500 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
5:8a9a6637f082 | 6:a9b8b0866ece |
---|---|
1 <Ui> | |
2 | |
3 <Frame name="TurokCastingBar" inherits="TurokStatusBar" virtual="true" hidden="true"> | |
4 <Scripts> | |
5 <OnHide> | |
6 self:SetAlpha(0) | |
7 self.casttime:SetText(nil) | |
8 self.spelltext:SetText(nil) | |
9 self.casting = nil | |
10 self.channeling = nil | |
11 self.succeeded = nil | |
12 self.fading = nil | |
13 self.fadeIn = nil | |
14 self.fadeOut = nil | |
15 self.stopping = nil | |
16 </OnHide> | |
17 </Scripts> | |
18 <Layers> | |
19 <Layer level="OVERLAY"> | |
20 <Texture name="$parentSpark" parentKey="spark" file="Interface\CastingBar\UI-CastingBar-Spark" alphaMode="ADD" hidden="true" /> | |
21 <Texture name="$parentPingBox" parentKey="ping" hidden="true" blendMode="ADD"> | |
22 <Color r="1" g="0.25" b="0" a="0.5" /> | |
23 <Anchors> | |
24 <Anchor point="BOTTOMRIGHT" x="-3" y="3" /> | |
25 <Anchor point="TOPRIGHT" x="-3" y="-3" /> | |
26 </Anchors> | |
27 </Texture> | |
28 | |
29 <!-- SPELL NAME --> | |
30 <FontString name="$parentSpellText" parentKey="spelltext" inherits="TurokFont" height="18" outline="NORMAL"> | |
31 <Anchors> | |
32 <Anchor point="LEFT" relativePoint="LEFT" relativeKey="foreground" x="6" y="0"/> | |
33 </Anchors> | |
34 </FontString> | |
35 | |
36 <!-- CAST TIME --> | |
37 <FontString name="$parentTimeText" parentKey="casttime" inherits="TurokFont" height="18" outline="NORMAL"> | |
38 <Color r="1" g="1" b="1" a="1" /> | |
39 <Anchors> | |
40 <Anchor point="RIGHT" relativePoint="RIGHT" relativeTo="$parent" x="-6" y="0" /> | |
41 </Anchors> | |
42 </FontString> | |
43 | |
44 <!-- CAST LAG --> | |
45 <Texture name="$parentPingBar" parentKey="pingbar" alphaMode="ADD" hidden="true"> | |
46 <Color r="1" g="0" b="0" a="0.7" /> | |
47 </Texture> | |
48 | |
49 <FontString name="$parentPingText" parentKey="ping" inherits="TurokFontDetail" hidden="true"> | |
50 <Color r="1" g="1" b="1" a="1" /> | |
51 <Anchors> | |
52 <Anchor point="BOTTOMRIGHT" relativePoint="BOTTOMLEFT" outline="NORMAL" relativeTo="$parent" x="-6" y="-3" /> | |
53 </Anchors> | |
54 </FontString> | |
55 | |
56 <!-- CHAINCAST LAG --> | |
57 <FontString name="$parentDownTimeText" parentKey="downtime" inherits="TurokFontDetail" hidden="true"> | |
58 <Color r="1" g="1" b="1" a="1" /> | |
59 <Anchors> | |
60 <Anchor point="TOPLEFT" relativePoint="BOTTOMLEFT" outline="NORMAL" relativeTo="$parent" x="6" y="-3" /> | |
61 </Anchors> | |
62 </FontString> | |
63 | |
64 <!-- NOT-INTERRUPTIBLE --> | |
65 <Texture file="Interface/CastingBar/UI-CastingBar-Arena-Shield" name="$parentInterruptStatus" parentKey="interrupt" hidden="true"> | |
66 <Size x="94" y="94" /> | |
67 <Anchors> | |
68 <Anchor point="CENTER" relativePoint="RIGHT" relativeKey="$parent.icon" x="0" y="0" /> | |
69 </Anchors> | |
70 </Texture> | |
71 </Layer> | |
72 </Layers> | |
73 </Frame> | |
74 </Ui> |