Mercurial > wow > buffalo2
comparison ObjectiveTracker/ObjectiveTracker.xml @ 44:756e8aeb040b
- Default.lua
- simplified the response to SuperTrackedQuestID changes
- tag icons work again
author | Nenue |
---|---|
date | Mon, 25 Apr 2016 19:37:13 -0400 |
parents | 9480bd904f4c |
children | dd1ae565f559 |
comparison
equal
deleted
inserted
replaced
43:9480bd904f4c | 44:756e8aeb040b |
---|---|
39 <Alpha change="1" duration=".15" order="1" /> | 39 <Alpha change="1" duration=".15" order="1" /> |
40 </AnimationGroup> | 40 </AnimationGroup> |
41 </Animations> | 41 </Animations> |
42 </Frame> | 42 </Frame> |
43 | 43 |
44 <Frame name="VeneerObjectiveWrapper" parent="UIParent" movable="true" enableMouse="true" frameStrata="LOW"> | 44 <Frame name="VeneerObjectiveWrapper" parent="UIParent" movable="true" enableMouse="true" frameStrata="LOW" clampedToScreen="true"> |
45 <TitleRegion> | |
46 <Size x="300" y="30" /> | |
47 <Anchors> | |
48 <Anchor point="TOP" /> | |
49 <Anchor point="BOTTOM" relativePoint="TOP" x="0" y="-30" /> | |
50 </Anchors> | |
51 </TitleRegion> | |
52 <Scripts> | 45 <Scripts> |
53 <OnLoad> | 46 <OnLoad> |
54 self.toggle = true | 47 self.toggle = true |
55 self.drag = true | 48 self.drag = true |
56 self.OnDragStop = function() | 49 self.OnDragStop = function() |
466 <Anchor point="TOP" relativeKey="$parent.titlebg" /> | 459 <Anchor point="TOP" relativeKey="$parent.titlebg" /> |
467 <Anchor point="LEFT" relativeKey="$parent" /> | 460 <Anchor point="LEFT" relativeKey="$parent" /> |
468 <Anchor point="RIGHT" relativeKey="$parent" /> | 461 <Anchor point="RIGHT" relativeKey="$parent" /> |
469 </Anchors> | 462 </Anchors> |
470 </FontString> | 463 </FontString> |
471 <FontString name="$parentStatus" parentKey="status" inherits="VeneerCriteriaFontNormal" justifyH="LEFT" justifyV="TOP" wordwrap="true"> | 464 <FontString name="$parentStatus" parentKey="status" inherits="VeneerCriteriaFontNormal" justifyH="LEFT" justifyV="TOP" wordwrap="true" > |
472 <Anchors> | 465 <Anchors> |
473 <Anchor point="TOP" relativeKey="$parent.statusbg" /> | 466 <Anchor point="TOP" relativeKey="$parent.statusbg" /> |
474 <Anchor point="LEFT" relativeKey="$parent" /> | 467 <Anchor point="LEFT" relativeKey="$parent" /> |
475 <Anchor point="RIGHT" relativeKey="$parent" /> | 468 <Anchor point="RIGHT" relativeKey="$parent" /> |
476 </Anchors> | 469 </Anchors> |
574 <Layer level="OVERLAY"> | 567 <Layer level="OVERLAY"> |
575 | 568 |
576 <FontString name="$parentStatus" parentKey="status" inherits="VeneerNumberFont" justifyH="RIGHT" justifyV="TOP"> | 569 <FontString name="$parentStatus" parentKey="status" inherits="VeneerNumberFont" justifyH="RIGHT" justifyV="TOP"> |
577 <Color r="1" g="1" b="1" a="1" /> | 570 <Color r="1" g="1" b="1" a="1" /> |
578 <Anchors> | 571 <Anchors> |
579 <Anchor point="TOPRIGHT" /> | 572 <Anchor point="RIGHT" /> |
580 </Anchors> | 573 </Anchors> |
581 </FontString> | 574 </FontString> |
582 </Layer> | 575 </Layer> |
583 <Layer level="BACKGROUND"> | 576 <Layer level="BACKGROUND"> |
584 <Texture> | 577 <Texture> |
681 <Script file="ScenarioData.lua" /> | 674 <Script file="ScenarioData.lua" /> |
682 <Script file="ExerienceBar.lua" /> | 675 <Script file="ExerienceBar.lua" /> |
683 <Script file="Layout.lua" /> | 676 <Script file="Layout.lua" /> |
684 <Script file="Block.lua" /> | 677 <Script file="Block.lua" /> |
685 <Script file="RewardFrame.lua" /> | 678 <Script file="RewardFrame.lua" /> |
686 <Script file="Update.lua" /> | 679 <Script file="Default.lua" /> |
687 <Script file="Events.lua" /> | 680 <Script file="APIHooks.lua" /> |
688 <Script file="Widgets.lua" /> | 681 <Script file="Widgets.lua" /> |
689 <!-- <Script file="ObjectiveStyle.lua" /> --> | 682 <!-- <Script file="ObjectiveStyle.lua" /> --> |
690 <!-- <Script file="ObjectiveInfo.lua" /> --> | 683 <!-- <Script file="ObjectiveInfo.lua" /> --> |
691 </Ui> | 684 </Ui> |