Mercurial > wow > buffalo2
comparison ObjectiveTracker.xml @ 2:a2396b03ce63
- identify action buttons by the associated QuestID instead of QuestLogIndex
- deferred button placement in general to a self-destructing OnUpdate
-- and defer self-destruct to a end of combat event if InCombatLockdown
- tracker wrapper has an experience/reputation bar; the two elements "feel" related and it's a very simple info display
author | Nenue |
---|---|
date | Thu, 31 Mar 2016 01:38:47 -0400 |
parents | b0447b382f36 |
children | 3397aae1f44d |
comparison
equal
deleted
inserted
replaced
1:b0447b382f36 | 2:a2396b03ce63 |
---|---|
26 <Anchor point="TOPRIGHT" x="-60" y="-240" /> | 26 <Anchor point="TOPRIGHT" x="-60" y="-240" /> |
27 </Anchors> | 27 </Anchors> |
28 <Layers> | 28 <Layers> |
29 | 29 |
30 <Layer level="ARTWORK"> | 30 <Layer level="ARTWORK"> |
31 <Texture parentKey="headerbg" /> | 31 <Texture parentKey="HeaderBounds" /> |
32 <Texture parentKey="Background" hidden="false" alpha="1" atlas="Objective-Header" useAtlasSize="false"> | 32 <Texture parentKey="BackgroundLeft" parentArray="header" hidden="false" alpha="1" atlas="Objective-Header" useAtlasSize="false"> |
33 <Size y="84" x="210" /> | 33 <Size x="100" y="84" /> |
34 <TexCoords up="0" down="1" left="0" right="0.7" /> | 34 <TexCoords up="0" down="1" left="0" right="0.3" /> |
35 <Anchors> | 35 <Anchors> |
36 <Anchor point="TOPLEFT" x="-30" y="12"/> | 36 <Anchor point="TOPLEFT" x="-30" y="12"/> |
37 </Anchors> | 37 </Anchors> |
38 </Texture> | 38 </Texture> |
39 <Texture parentKey="BackgroundR" hidden="false" alpha="1" atlas="Objective-Header" useAtlasSize="false"> | 39 <Texture parentKey="BackgroundRight" parentArray="header" hidden="false" alpha="1" atlas="Objective-Header" useAtlasSize="false"> |
40 <Size y="84" x="210" /> | 40 <Size x="70" y="84" /> |
41 <TexCoords up="0" down="1" left="0.3" right="1" /> | 41 <TexCoords up="0" down="1" left="0.6" right="1" /> |
42 <Anchors> | 42 <Anchors> |
43 <Anchor point="TOPLEFT" relativePoint="TOPRIGHT" relativeKey="$parent.Background" /> | 43 <Anchor point="TOPRIGHT" x="24" y="12" /> |
44 <Anchor point="RIGHT" relativePoint="RIGHT" x="24" /> | 44 </Anchors> |
45 </Texture> | |
46 <Texture parentKey="BackgroundTile" parentArray="header" hidden="false" alpha="1" atlas="Objective-Header" useAtlasSize="false" tile="true"> | |
47 <Size x="100" y="84" /> | |
48 <TexCoords up="0" down="1" left=".3" right=".6" /> | |
49 <Anchors> | |
50 <Anchor point="TOPLEFT" relativePoint="TOPRIGHT" relativeKey="$parent.BackgroundLeft" /> | |
51 <Anchor point="TOPRIGHT" relativePoint="TOPLEFT" relativeKey="$parent.BackgroundRight" /> | |
45 </Anchors> | 52 </Anchors> |
46 </Texture> | 53 </Texture> |
47 <!--<Texture desatuated="true" parentKey="LineGlow" hidden="false" alpha="0" alphaMode="ADD" atlas="OBJFX_LineGlow" useAtlasSize="true"> | 54 <!--<Texture desatuated="true" parentKey="LineGlow" hidden="false" alpha="0" alphaMode="ADD" atlas="OBJFX_LineGlow" useAtlasSize="true"> |
48 <Anchors> | 55 <Anchors> |
49 <Anchor point="LEFT" relativeKey="$parent.Background" x="-21" y="18"/> | 56 <Anchor point="LEFT" relativeKey="$parent.Background" x="-21" y="18"/> |
69 <Layer level="OVERLAY"> | 76 <Layer level="OVERLAY"> |
70 | 77 |
71 </Layer> | 78 </Layer> |
72 </Layers> | 79 </Layers> |
73 <Frames> | 80 <Frames> |
81 | |
82 <Frame name="$parentXP" parentKey="xpBar" hidden="true"> | |
83 <Size x="250" y="24" /> | |
84 <Anchors> | |
85 <Anchor point="TOPLEFT" /> | |
86 </Anchors> | |
87 <Layers> | |
88 <Layer level="BACKGROUND"> | |
89 <Texture name="$parentBackground" parentKey="bg" setAllPoints="true"/> | |
90 </Layer> | |
91 <Layer level="ARTWORK"> | |
92 | |
93 <Texture name="$parentForeground" parentKey="fg"> | |
94 <Anchors> | |
95 <Anchor point="TOPLEFT" /> | |
96 <Anchor point="BOTTOMLEFT" /> | |
97 </Anchors> | |
98 </Texture> | |
99 <Texture name="$parentRested" parentKey="rested" > | |
100 <Anchors> | |
101 <Anchor point="TOPLEFT" /> | |
102 <Anchor point="BOTTOMLEFT" /> | |
103 </Anchors> | |
104 </Texture> | |
105 </Layer> | |
106 <Layer level="OVERLAY"> | |
107 <FontString inherits="VeneerFontNormal" parentKey="xpText"> | |
108 <Anchors> | |
109 <Anchor point="CENTER" /> | |
110 </Anchors> | |
111 </FontString> | |
112 </Layer> | |
113 </Layers> | |
114 </Frame> | |
74 | 115 |
75 <Button name="$parentClose" parentKey="close" inherits="UIPanelCloseButtonNoScripts"> | 116 <Button name="$parentClose" parentKey="close" inherits="UIPanelCloseButtonNoScripts"> |
76 <Size x="25" y="20" /> | 117 <Size x="25" y="20" /> |
77 <Anchors> | 118 <Anchors> |
78 <Anchor point="TOPRIGHT" x="-4" y="-2" /> | 119 <Anchor point="TOPRIGHT" x="-4" y="-2" /> |
131 <Layers> | 172 <Layers> |
132 <Layer level="BACKGROUND"> | 173 <Layer level="BACKGROUND"> |
133 <Texture name="$parentHeaderBG" parentKey="headerbg"> | 174 <Texture name="$parentHeaderBG" parentKey="headerbg"> |
134 <Anchors> | 175 <Anchors> |
135 <Anchor point="TOPLEFT" relativePoint="TOPLEFT" /> | 176 <Anchor point="TOPLEFT" relativePoint="TOPLEFT" /> |
177 <Anchor point="RIGHT" relativePoint="RIGHT" /> | |
136 </Anchors> | 178 </Anchors> |
137 <Color r="1" g="1" b="1" a="1" /> | 179 <Color r="1" g="1" b="1" a="1" /> |
138 <Gradient orientation="HORIZONTAL"> | 180 <Gradient orientation="HORIZONTAL"> |
139 <MinColor r="0" g="0" b="0" a="0.1" /> | 181 <MinColor r="0" g="0" b="0" a="0.1" /> |
140 <MaxColor r="0" g="0" b="0" a="0" /> | 182 <MaxColor r="0" g="0" b="0" a="0" /> |