-
Notifications
You must be signed in to change notification settings - Fork 7
/
FlightStatus.xml
120 lines (119 loc) · 3.16 KB
/
FlightStatus.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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
<Ui xmlns="http://www.blizzard.com/wow/ui" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<Frame name="EFM_FlightStatus" parent="UIParent" frameStrata="MEDIUM">
<Size>
<AbsDimension x="400" y="70" />
</Size>
<Anchors>
<Anchor point="CENTER" relativeTo="UIParent">
<Offset>
<AbsDimension x="0" y="0" />
</Offset>
</Anchor>
</Anchors>
<Frames>
<Frame name="EFM_FlightStatus_Timer">
<Size>
<AbsDimension x="380" y="17" />
</Size>
<Anchors>
<Anchor point="TOPLEFT">
<Offset>
<AbsDimension x="10" y="-40" />
</Offset>
</Anchor>
</Anchors>
<Layers>
<Layer>
<FontString name="$parentLabel" setAllPoints="true" font="Fonts\FRIZQT__.TTF" text="Text Timer">
<FontHeight>
<AbsValue val="12" />
</FontHeight>
<Color r="1" g="1" b="0" />
<Shadow>
<Color r="0" g="0" b="0" />
<Offset>
<AbsDimension x="1" y="-1" />
</Offset>
</Shadow>
</FontString>
</Layer>
</Layers>
</Frame>
<Frame name="$parentPanel1" frameStrata="BACKGROUND" inherits="BackdropTemplate">
<Size>
<AbsDimension x="380" y="25" />
</Size>
<Anchors>
<Anchor point="TOPLEFT">
<Offset>
<AbsDimension x="10" y="-36" />
</Offset>
</Anchor>
</Anchors>
<KeyValues>
<KeyValue key="backdropInfo" value="BACKDROP_TUTORIAL_16_16" type="global"/>
<KeyValue key="backdropColor" value="GOLD" type="global"/>
<KeyValue key="backdropBorderColor" value="GOLD" type="global"/>
</KeyValues>
<Backdrop edgeFile="Interface\Tooltips\UI-Tooltip-Border" tile="true">
<BackgroundInsets>
<AbsInset left="5" right="5" top="5" bottom="5" />
</BackgroundInsets>
<TileSize>
<AbsValue val="16" />
</TileSize>
<EdgeSize>
<AbsValue val="16" />
</EdgeSize>
<Color r="1" g="1" b="1" a="0" />
</Backdrop>
<Frames>
<StatusBar name="EFM_FlightStatus_StatusBar" drawLayer="BACKGROUND" minValue="0" maxValue="1" defaultValue="0.5">
<Size>
<AbsDimension x="370" y="15" />
</Size>
<Anchors>
<Anchor point="TOPLEFT">
<Offset>
<AbsDimension x="5" y="-5" />
</Offset>
</Anchor>
</Anchors>
<BarTexture file="Interface\TargetingFrame\UI-StatusBar">
<Color r="1" g="1" b="1" a="0" />
</BarTexture>
<BarColor r="0.5019608" g="1" b="0.5019608" />
</StatusBar>
</Frames>
</Frame>
<Frame name="$parent_Dest">
<Size>
<AbsDimension x="380" y="20" />
</Size>
<Anchors>
<Anchor point="TOPLEFT">
<Offset>
<AbsDimension x="10" y="-10" />
</Offset>
</Anchor>
</Anchors>
<Layers>
<Layer>
<FontString name="$parentLabel" setAllPoints="true" font="Fonts\FRIZQT__.TTF" text="Flying To:">
<FontHeight>
<AbsValue val="12" />
</FontHeight>
<Color r="1" g="1" b="0" />
<Shadow>
<Color r="0" g="0" b="0" />
<Offset>
<AbsDimension x="1" y="-1" />
</Offset>
</Shadow>
</FontString>
</Layer>
</Layers>
</Frame>
</Frames>
</Frame>
</Ui>