Mercurial > wow > worldplan
comparison ClassPlan.xml @ 1:232617b8bcd5
New Order Hall mission tracker:
- record active missions and shipments across characters
author | Nenue |
---|---|
date | Thu, 13 Oct 2016 05:32:43 -0400 |
parents | |
children | b8a19781f79b |
comparison
equal
deleted
inserted
replaced
0:3830a592cb0f | 1:232617b8bcd5 |
---|---|
1 <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/ | |
2 ..\FrameXML\UI.xsd"> | |
3 | |
4 <Script file="ClassPlan.lua" /> | |
5 | |
6 <Frame name="ClassOrderPlan" mixin="ClassOrderPlanCore" parent="UIParent" hidden="true"> | |
7 <Size x="500" y="40" /> | |
8 <Anchors> | |
9 <Anchor point="TOP" /> | |
10 </Anchors> | |
11 <Scripts> | |
12 <OnLoad method="OnLoad" /> | |
13 <OnEvent method="OnEvent" /> | |
14 <OnShow method="OnShow" /> | |
15 </Scripts> | |
16 <Layers> | |
17 <Layer level="ARTWORK"> | |
18 <Texture parentKey="portrait"> | |
19 <Size x="40" y="40" /> | |
20 <Anchors> | |
21 <Anchor point="TOPLEFT" /> | |
22 | |
23 </Anchors> | |
24 </Texture> | |
25 </Layer> | |
26 </Layers> | |
27 </Frame> | |
28 | |
29 <Frame name="ClassPlanBlock" mixin="ClassPlanBlockMixin" virtual="true" hidden="true"> | |
30 <Size x="400" y="32" /> | |
31 <Scripts> | |
32 <OnUpdate method="OnUpdate" /> | |
33 <OnShow method="OnShow" /> | |
34 </Scripts> | |
35 <Layers> | |
36 <Layer level="BACKGROUND"> | |
37 <Texture setAllPoints="true" parentKey="Background"> | |
38 <Color a=".5" r="0" g="0" b="0" /> | |
39 </Texture> | |
40 </Layer> | |
41 <Layer level="ARTWORK"> | |
42 <Texture name="$parentIcon" parentKey="Icon"> | |
43 <Size x="32" y="32" /> | |
44 <Anchors> | |
45 <Anchor point="TOPLEFT" /> | |
46 </Anchors> | |
47 </Texture> | |
48 </Layer> | |
49 <Layer level="OVERLAY"> | |
50 <FontString name="$parentLabel" inherits="GameFontNormal" parentKey="Label" text="base text"> | |
51 <Anchors> | |
52 <Anchor point="TOPLEFT" relativePoint="TOPRIGHT" relativeKey="$parent.Icon" x="4" y="0" /> | |
53 </Anchors> | |
54 </FontString> | |
55 <FontString name="$parentTimeLeft" inherits="GameFontNormalSmall" parentKey="TimeLeft" text="base text"> | |
56 <Anchors> | |
57 <Anchor point="TOPLEFT" relativePoint="BOTTOMLEFT" relativeKey="$parent.Label" x="4" y="-2" /> | |
58 </Anchors> | |
59 </FontString> | |
60 <FontString name="$parentOwner" inherits="GameFontNormalSmall" parentKey="Owner" text="base text"> | |
61 <Anchors> | |
62 <Anchor point="TOPRIGHT" /> | |
63 </Anchors> | |
64 </FontString> | |
65 </Layer> | |
66 </Layers> | |
67 </Frame> | |
68 </Ui> |