-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCombatXP.xml
More file actions
21 lines (17 loc) · 738 Bytes
/
Copy pathCombatXP.xml
File metadata and controls
21 lines (17 loc) · 738 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<GuiXml>
<Controls>
<TopLevelControl name="CombatXPIndicator" mouseEnabled="true" movable="true" clampedToScreen="true" hidden="true">
<Dimensions x="200" y="25" />
<Anchor point="BOTTOM" relativeTo="GuiRoot" relativePoint="TOP" offsetY="-20" />
<OnMoveStop>
CombatXP.OnIndicatorMoveStop()
</OnMoveStop>
<Controls>
<Label name="$(parent)Label" width="200" height="25" font="ZoFontWinH1" inheritAlpha="true" color="03c9e5"
wrapMode="TRUNCATE" verticalAlignment="CENTER" horizontalAlignment="CENTER" text="Exp!">
<Anchor point="TOP" relativeTo="$(parent)" relativePoint="TOP" />
</Label>
</Controls>
</TopLevelControl>
</Controls>
</GuiXml>