Mercurial > wow > buffalo2
comparison ObjectiveTracker/ObjectiveTracker.xml @ 25:4b3da1b221de v1.0-beta
- distinction between all possible types of values for the 'isComplete' field
- style polish applied to title headers
- clickable regions altered to somewhat match those of the blizzard objectives tracker, for more world frame space and quicker user familiarity
author | Nenue |
---|---|
date | Wed, 13 Apr 2016 11:20:09 -0400 |
parents | 66b927b46776 |
children | c3aa94bc6be2 |
comparison
equal
deleted
inserted
replaced
24:66b927b46776 | 25:4b3da1b221de |
---|---|
188 | 188 |
189 <!-- Header Panel --> | 189 <!-- Header Panel --> |
190 | 190 |
191 <!-- Background panels --> | 191 <!-- Background panels --> |
192 | 192 |
193 <Frame name="VeneerTrackerTemplate" parent="UIParent" virtual="true"> | 193 <Frame name="VeneerTrackerTemplate" parent="UIParent" virtual="true" hidden="true"> |
194 <Layers> | 194 <Layers> |
195 <Layer level="BACKGROUND"> | 195 <Layer level="BACKGROUND"> |
196 <Texture name="$parentTitleBackground" parentKey="titlebg"> | 196 <Texture name="$parentTitleBackground" parentKey="titlebg"> |
197 <Anchors> | 197 <Anchors> |
198 <Anchor point="TOPLEFT" /> | 198 <Anchor point="TOPLEFT" /> |
222 <Anchor point="RIGHT" relativeKey="$parent" /> | 222 <Anchor point="RIGHT" relativeKey="$parent" /> |
223 </Anchors> | 223 </Anchors> |
224 </FontString> | 224 </FontString> |
225 </Layer> | 225 </Layer> |
226 </Layers> | 226 </Layers> |
227 <Animations> | |
228 <AnimationGroup parentKey="headerFade" setToFinalAlpha="true"> | |
229 <Alpha childKey="titlebg" duration="0.7" fromAlpha="1" toAlpha="0" order="1" /> | |
230 </AnimationGroup> | |
231 </Animations> | |
227 </Frame> | 232 </Frame> |
228 | 233 |
229 | 234 |
230 <Frame name="VeneerTrackerBlock" parent="VeneerObjectiveScroll" virtual="true" enableMouse="true"> | 235 <Frame name="VeneerTrackerBlock" parent="VeneerObjectiveScroll" virtual="true"> |
231 <TitleRegion> | |
232 <Anchors> | |
233 <Anchor point="TOPLEFT" /> | |
234 <Anchor point="BOTTOMRIGHT" relativeKey="TOPRIGHT" x="0" y="-22" /> | |
235 </Anchors> | |
236 </TitleRegion> | |
237 <Layers> | 236 <Layers> |
238 <Layer level="BACKGROUND"> | 237 <Layer level="BACKGROUND"> |
239 <Texture name="$parentTitleBackground" parentKey="titlebg"> | 238 <Texture name="$parentTitleBackground" parentKey="titlebg"> |
240 <Color r="1" g="1" b="1" a="1" /> | 239 <Color r="1" g="1" b="1" a="1" /> |
241 <Anchors> | 240 <Anchors> |
395 <MinColor r="1" g="1" b="1" a=".5" /> | 394 <MinColor r="1" g="1" b="1" a=".5" /> |
396 </Gradient> | 395 </Gradient> |
397 </Texture> | 396 </Texture> |
398 </Layer> | 397 </Layer> |
399 </Layers> | 398 </Layers> |
399 <Frames> | |
400 <Frame name="$parentHeaderBox" parentKey="clickZone" enableMouse="true"> | |
401 <Anchors> | |
402 <Anchor point="TOP" relativeKey="$parent.title" /> | |
403 <Anchor point="RIGHT" relativeKey="$parent.title" /> | |
404 <Anchor point="LEFT" relativeKey="$parent.title" /> | |
405 <Anchor point="BOTTOM" relativeKey="$parent.title" /> | |
406 </Anchors> | |
407 <Layers> | |
408 <Layer level="HIGHLIGHT"> | |
409 <Texture setAllPoints="true"> | |
410 <Color r="1" g="1" b="0.5" a="0.5" /> | |
411 </Texture> | |
412 </Layer> | |
413 </Layers> | |
414 </Frame> | |
415 </Frames> | |
400 </Frame> | 416 </Frame> |
401 | 417 |
402 <Frame name="VeneerTrackerObjective" virtual="true" hidden="true"> | 418 <Frame name="VeneerTrackerObjective" virtual="true" hidden="true"> |
403 <Anchors> | 419 <Anchors> |
404 <Anchor point="RIGHT" /> | 420 <Anchor point="RIGHT" /> |