Mercurial > wow > buffalo2
comparison ObjectiveTracker/ObjectiveTracker.xml @ 35:69d03f8e293e
- separated layout and data logic between Frame.lua and Update.lua
- solved disappearing tracker mystery
author | Nenue |
---|---|
date | Sun, 17 Apr 2016 11:07:48 -0400 |
parents | 9856ebc63fa4 |
children | a487841050be |
comparison
equal
deleted
inserted
replaced
34:9856ebc63fa4 | 35:69d03f8e293e |
---|---|
249 </Layer> | 249 </Layer> |
250 </Layers> | 250 </Layers> |
251 </Frame> | 251 </Frame> |
252 | 252 |
253 | 253 |
254 <Frame name="VeneerTrackerBlock" parent="VeneerObjectiveScroll" virtual="true"> | 254 <Frame name="VeneerTrackerBlock" virtual="true"> |
255 <Animations> | 255 <Animations> |
256 <AnimationGroup name="$parentSlideIn" parentKey="SlideIn" ignoreFramerateThrottle="true"> | 256 <AnimationGroup name="$parentSlideIn" parentKey="SlideIn" ignoreFramerateThrottle="true"> |
257 <Translation parentKey="translation" offsetX="0" offsetY="0" smoothing="OUT" order="1" duration=".25" /> | 257 <Translation parentKey="translation" offsetX="0" offsetY="0" smoothing="OUT" order="1" duration=".25" /> |
258 </AnimationGroup> | 258 </AnimationGroup> |
259 <AnimationGroup parentKey="questFadeIn" setToFinalAlpha="true" ignoreFramerateThrottle="true"> | 259 <AnimationGroup parentKey="questFadeIn" setToFinalAlpha="true" ignoreFramerateThrottle="true"> |
489 </Layers> | 489 </Layers> |
490 </Frame> | 490 </Frame> |
491 </Frames> | 491 </Frames> |
492 </Frame> | 492 </Frame> |
493 | 493 |
494 <Frame name="VeneerTrackerObjective" virtual="true" hidden="true"> | 494 <Frame name="VeneerTrackerObjective" virtual="true" hidden="true" enableMouse="true"> |
495 <Anchors> | 495 <Anchors> |
496 <Anchor point="TOP" /> | 496 <Anchor point="TOP" /> |
497 <Anchor point="LEFT" /> | 497 <Anchor point="LEFT" /> |
498 <Anchor point="RIGHT" /> | 498 <Anchor point="RIGHT" /> |
499 </Anchors> | 499 </Anchors> |
554 <Anchor point="TOP" /> | 554 <Anchor point="TOP" /> |
555 <Anchor point="LEFT" /> | 555 <Anchor point="LEFT" /> |
556 <Anchor point="RIGHT" /> | 556 <Anchor point="RIGHT" /> |
557 <Anchor point="BOTTOM" /> | 557 <Anchor point="BOTTOM" /> |
558 </Anchors> | 558 </Anchors> |
559 </Texture> | |
560 </Layer> | |
561 <Layer level="HIGHLIGHT"> | |
562 <Texture setAllPoints="true"> | |
563 <Color r="1" g="1" b="1" a="0.2" /> | |
559 </Texture> | 564 </Texture> |
560 </Layer> | 565 </Layer> |
561 </Layers> | 566 </Layers> |
562 </Frame> | 567 </Frame> |
563 | 568 |
571 <Script file="AutoQuestPopups.lua" /> | 576 <Script file="AutoQuestPopups.lua" /> |
572 <Script file="BonusObjectives.lua" /> | 577 <Script file="BonusObjectives.lua" /> |
573 <Script file="ScenarioObjectives.lua" /> | 578 <Script file="ScenarioObjectives.lua" /> |
574 <Script file="ExerienceBar.lua" /> | 579 <Script file="ExerienceBar.lua" /> |
575 <Script file="Frame.lua" /> | 580 <Script file="Frame.lua" /> |
581 <Script file="Update.lua" /> | |
576 <Script file="Events.lua" /> | 582 <Script file="Events.lua" /> |
577 <Script file="Widgets.lua" /> | 583 <Script file="Widgets.lua" /> |
578 <!-- <Script file="ObjectiveStyle.lua" /> --> | 584 <!-- <Script file="ObjectiveStyle.lua" /> --> |
579 <!-- <Script file="ObjectiveInfo.lua" /> --> | 585 <!-- <Script file="ObjectiveInfo.lua" /> --> |
580 </Ui> | 586 </Ui> |