Mercurial > wow > buffalo2
comparison Veneer_Objectives/Veneer_Objectives.xml @ 77:51f248dc0276
setup working copy dingaling
author | Nenue |
---|---|
date | Sat, 27 Aug 2016 10:51:08 -0400 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
76:83b3cdaae6a5 | 77:51f248dc0276 |
---|---|
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 <Frame name="VeneerObjectives" parent="UIParent"> | |
4 <KeyValues> | |
5 <KeyValue key="DEVIAN_PNAME" value="Veneer"/> | |
6 </KeyValues> | |
7 <Size x="140" y="800" /> | |
8 <Layers> | |
9 <Layer level="OVERLAY"> | |
10 <FontString parentKey="header" inherits="VeneerHeaderFont" text="Objectives"> | |
11 <Anchors> | |
12 <Anchor point="TOPLEFT" /> | |
13 </Anchors> | |
14 </FontString> | |
15 </Layer> | |
16 </Layers> | |
17 </Frame> | |
18 | |
19 <Button name="VeneerObjectiveHeader" virtual="true" hidden="true"> | |
20 <Size x="140" y="32" /> | |
21 <Layers> | |
22 <Layer level="OVERLAY"> | |
23 <FontString name="$parentHeader" parentKey="text" inherits="VeneerHeader2Font"> | |
24 <Anchors> | |
25 <Anchor point="TOPLEFT" /> | |
26 </Anchors> | |
27 </FontString> | |
28 </Layer> | |
29 </Layers> | |
30 <Animations> | |
31 <!-- some fancy pants animation logic --> | |
32 <AnimationGroup parentKey="fadeIn"> | |
33 <Alpha duration="0.14" fromAlpha="0" toAlpha="1" order="1" /> | |
34 <Scripts> | |
35 <OnFinished> | |
36 VeneerObjectives:UpdateAnimation() | |
37 </OnFinished> | |
38 </Scripts> | |
39 </AnimationGroup> | |
40 </Animations> | |
41 </Button> | |
42 | |
43 <Button name="VeneerObjectiveBlock" virtual="true" hidden="true"> | |
44 | |
45 <Size x="140" y="1" /> | |
46 <Layers> | |
47 | |
48 <Layer level="BACKGROUND"> | |
49 <Texture setAllPoints="true" parentKey="background"> | |
50 <Color a="0.5" r="0" g="0" b="0" /> | |
51 </Texture> | |
52 <Texture parentKey="tag1"> | |
53 <Size x="24" y="24" /> | |
54 <Anchors> | |
55 <Anchor point="TOPRIGHT" /> | |
56 </Anchors> | |
57 </Texture> | |
58 </Layer> | |
59 <Layer level="OVERLAY"> | |
60 <FontString name="$parentHeader" parentKey="header" inherits="VeneerHeaderFont"> | |
61 <Anchors> | |
62 <Anchor point="TOPLEFT" /> | |
63 </Anchors> | |
64 </FontString> | |
65 </Layer> | |
66 | |
67 </Layers> | |
68 </Button> | |
69 | |
70 <Frame name="VeneerObjectiveLine" virtual="true" hidden="true"> | |
71 <Size x="140" /> | |
72 <Layers> | |
73 | |
74 <Layer level="OVERLAY"> | |
75 | |
76 <FontString parentKey="text" inherits="VeneerNumberFont" wordwrap="true" justifyH="LEFT"> | |
77 <Size x="140" /> | |
78 <Anchors> | |
79 <Anchor point="TOPLEFT" /> | |
80 </Anchors> | |
81 </FontString> | |
82 </Layer> | |
83 </Layers> | |
84 </Frame> | |
85 </Ui> |