-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathBuffTheGroup.xml
More file actions
44 lines (42 loc) · 1.84 KB
/
Copy pathBuffTheGroup.xml
File metadata and controls
44 lines (42 loc) · 1.84 KB
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
<GuiXml>
<Controls name="">
<Control name="btgPanel" resizeToFitDescendents="true" hidden="true" virtual="true">
<Controls>
<Backdrop name="$(parent)Backdrop">
<Anchor point="LEFT" />
<Dimensions x="160" y="24" />
</Backdrop>
<Texture name="$(parent)Role">
<Anchor point="LEFT" offsetX="2" />
<Dimensions x="20" y="20" />
</Texture>
<Label name="$(parent)Name" font="$(GAMEPAD_MEDIUM_FONT)|$(KB_17)|soft-shadow-thin" wrapMode="ELLIPSIS" horizontalAlignment="LEFT" verticalAlignment="CENTER">
<Anchor point="LEFT" relativePoint="RIGHT" relativeTo="$(parent)Role" offsetX="2" />
<Dimensions x="106" y="24" offsetY="-1" />
</Label>
<Label name="$(parent)Stat" font="$(GAMEPAD_MEDIUM_FONT)|$(KB_17)|soft-shadow-thin" wrapMode="TRUNCATE" horizontalAlignment="RIGHT" verticalAlignment="CENTER">
<Anchor point="RIGHT" offsetX="-4" />
<Dimensions x="50" y="24" />
</Label>
</Controls>
</Control>
<TopLevelControl name="btgFrame" resizeToFitDescendents="true" mouseEnabled="true" movable="true" clampedToScreen="true" hidden="true" virtual="true">
<Controls>
<Texture name="$(parent)Icon">
<Anchor point="BOTTOM" relativeTo="$(parent)" relativePoint="TOP" />
<Dimensions x="36" y="36"/>
</Texture>
</Controls>
<Controls>
<Backdrop name="$(parent)MinimalBackdrop">
<Anchor point="TOP" relativeTo="$(parent)Icon" relativePoint="BOTTOM" offsetY="5" />
<Dimensions x="64" y="40" />
</Backdrop>
<Label name="$(parent)Percent" font="$(GAMEPAD_MEDIUM_FONT)|$(KB_36)|soft-shadow-thin" wrapMode="TRUNCATE" horizontalAlignment="CENTER" verticalAlignment="CENTER">
<Anchor point="TOP" relativeTo="$(parent)Icon" relativePoint="BOTTOM" offsetY="4" />
<Dimensions x="72" y="36" />
</Label>
</Controls>
</TopLevelControl>
</Controls>
</GuiXml>