-
Notifications
You must be signed in to change notification settings - Fork 1
/
TorteMe.xml
30 lines (29 loc) · 1.71 KB
/
TorteMe.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
<GuiXml>
<Controls>
<TopLevelControl name="TorteMeUI" mouseEnabled="true" movable="true" clampedToScreen="true" resizeHandleSize="0">
<Dimensions x="180" y="45" />
<Anchor point="TOPLEFT" relativeTo="GuiRoot" relativePoint="TOPLEFT" offsetX="24" offsetY="190" />
<OnMoveStop>
TorteMe.OnIndicatorMoveStop()
</OnMoveStop>
<OnResizeStop>
TorteMe.OnResizeStop()
</OnResizeStop>
<Controls>
<Backdrop name="$(parent)Bg" inherits="ZO_DefaultBackdrop" />
<Label name="$(parent)TorteBuff" width="100" height="25" font="ZoFontChat" inheritAlpha="true" color="3A92FF" wrapMode="TRUNCATE" verticalAlignment="TOP" horizontalAligment="LEFT" text="War-Torte:">
<Anchor point="TOPLEFT" relativeTo="$(parent)" relativePoint="TOPLEFT" />
</Label>
<Label name="$(parent)TorteBuffTime" width="100" height="25" font="ZoFontChat" inheritAlpha="true" color="3A92FF" wrapMode="TRUNCATE" verticalAlignment="TOP" horizontalAligment="RIGHT">
<Anchor point="TOPRIGHT" relativeTo="$(parent)" relativePoint="TOPRIGHT" />
</Label>
<Label name="$(parent)DelveBonus" width="100" height="25" font="ZoFontChat" inheritAlpha="true" color="3A92FF" wrapMode="TRUNCATE" verticalAlignment="TOP" horizontalAligment="LEFT" text="Delve Bonus:">
<Anchor point="BOTTOMLEFT" relativeTo="$(parent)" relativePoint="BOTTOMLEFT" />
</Label>
<Label name="$(parent)DelveBonusTime" width="100" height="25" font="ZoFontChat" inheritAlpha="true" color="3A92FF" wrapMode="TRUNCATE" verticalAlignment="TOP" horizontalAligment="RIGHT">
<Anchor point="BOTTOMRIGHT" relativeTo="$(parent)" relativePoint="BOTTOMRIGHT" />
</Label>
</Controls>
</TopLevelControl>
</Controls>
</GuiXml>