-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathtimers.xml
65 lines (62 loc) · 2.32 KB
/
timers.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
<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="timers.lua"/>
<Frame name="SheepMonitorTimerTemplate" inherits="BackdropTemplate" mixin="SheepMonitorTimerMixin" virtual="true" enableMouse="true" hidden="true">
<Size x="140" y="28"/>
<Anchors>
<Anchor point="CENTER" x="0" y="0"/>
</Anchors>
<KeyValues>
<KeyValue key="backdropInfo" value="BACKDROP_SHEEPMONITOR_TIMER_32_1" type="global"/>
</KeyValues>
<Scripts>
<OnHide method="StopDragging"/>
<OnMouseDown method="StartDragging"/>
<OnMouseUp method="StopDragging"/>
</Scripts>
<Layers>
<Layer level="ARTWORK">
<Texture parentKey="Icon" file="Interface\Icons\Spell_nature_polymorph">
<Size x="23" y="23"/>
<TexCoords left="0.08" right="0.92" top="0.08" bottom="0.92"/>
<Anchors>
<Anchor point="LEFT" x="3" y="0"/>
</Anchors>
</Texture>
</Layer>
</Layers>
<Frames>
<StatusBar parentKey="StatusBar" inherits="TextStatusBar">
<Size x="110" y="26"/>
<Anchors>
<Anchor point="BOTTOMLEFT" relativeKey="$parent" x="27" y="1"/>
</Anchors>
<Layers>
<Layer level="ARTWORK">
<FontString parentKey="Label" inherits="GameFontHighlightSmall" justifyH="LEFT" wordwrap="true">
<Anchors>
<Anchor point="TOP"/>
<Anchor point="BOTTOM"/>
<Anchor point="LEFT" x="4" y="0"/>
<Anchor point="RIGHT" x="-26" y="0"/>
</Anchors>
<Color r="1.0" g="1.0" b="1.0"/>
<FontHeight val="11"/>
</FontString>
<FontString parentKey="Countdown" inherits="GameFontNormal">
<Anchors>
<Anchor point="TOP"/>
<Anchor point="BOTTOM"/>
<Anchor point="RIGHT" x="-4" y="0"/>
</Anchors>
<Color r="1.0" g="0.82" b="0"/>
<FontHeight val="13"/>
</FontString>
</Layer>
</Layers>
<BarTexture file="Interface\TargetingFrame\UI-StatusBar"/>
<BarColor r="1.0" g="0" b="0"/>
</StatusBar>
</Frames>
</Frame>
</Ui>