Mercurial > wow > buffalo2
comparison ObjectiveTracker/ObjectiveTracker.xml @ 43:9480bd904f4c
- file name organizing
author | Nenue |
---|---|
date | Mon, 25 Apr 2016 13:51:58 -0400 |
parents | 7a65ed86e4dd |
children | 756e8aeb040b |
comparison
equal
deleted
inserted
replaced
42:c73051785f19 | 43:9480bd904f4c |
---|---|
83 </Anchors> | 83 </Anchors> |
84 </Texture> | 84 </Texture> |
85 </Layer> | 85 </Layer> |
86 <Layer level="OVERLAY"> | 86 <Layer level="OVERLAY"> |
87 | 87 |
88 <FontString name="$parentAnimState" inherits="VeneerStatusFont" parentKey="AnimState"> | 88 <FontString name="$parentAnimState" inherits="VeneerStatusFont" parentKey="AnimState" hidden="true"> |
89 <Anchors> | 89 <Anchors> |
90 <Anchor point="TOPRIGHT" relativePoint="BOTTOMRIGHT" x="0" y="-5" /> | 90 <Anchor point="TOPRIGHT" relativePoint="BOTTOMRIGHT" x="0" y="-5" /> |
91 </Anchors> | 91 </Anchors> |
92 <Color r="1" g="1" b="1" a="1" /> | 92 <Color r="1" g="1" b="1" a="1" /> |
93 </FontString> | 93 </FontString> |
378 </AnimationGroup> | 378 </AnimationGroup> |
379 <AnimationGroup name="$parent_BlockFadeIn" setToFinalAlpha="true" parentKey="questFadeIn" ignoreFramerateThrottle="true"> | 379 <AnimationGroup name="$parent_BlockFadeIn" setToFinalAlpha="true" parentKey="questFadeIn" ignoreFramerateThrottle="true"> |
380 </AnimationGroup> | 380 </AnimationGroup> |
381 <AnimationGroup name="$parent_BlockFade" parentKey="blockFadeOut" ignoreFramerateThrottle="true" looping="NONE"> | 381 <AnimationGroup name="$parent_BlockFade" parentKey="blockFadeOut" ignoreFramerateThrottle="true" looping="NONE"> |
382 <Alpha duration="0.25" order="1" fromAlpha="1" toAlpha="0" /> | 382 <Alpha duration="0.25" order="1" fromAlpha="1" toAlpha="0" /> |
383 <Translation duration="0.25" order="1" offsetX="260" offsetY="0" smoothing="OUT" /> | 383 <!--<Translation duration="0.25" order="1" offsetX="260" offsetY="0" smoothing="OUT" />--> |
384 <Scale order="1" duration="0.25" fromScaleX="1" fromScaleY="1" toScaleX="0.1" toScaleY="0.1"> | 384 <Scale order="1" duration="0.25" scaleX="0.1" scaleY="0.1"> |
385 <Origin point="TOP"> | 385 <Origin point="CENTER"> |
386 <Offset x="0" y="0" /> | 386 <Offset x="0" y="0" /> |
387 </Origin> | 387 </Origin> |
388 </Scale> | 388 </Scale> |
389 </AnimationGroup> | 389 </AnimationGroup> |
390 </Animations> | 390 </Animations> |
672 <Include file="SecureButton.xml" /> | 672 <Include file="SecureButton.xml" /> |
673 <Include file="Widgets.xml" /> | 673 <Include file="Widgets.xml" /> |
674 | 674 |
675 <Script file="ObjectiveTracker.lua" /> | 675 <Script file="ObjectiveTracker.lua" /> |
676 <Script file="Schema.lua" /> | 676 <Script file="Schema.lua" /> |
677 <Script file="Quests.lua" /> | 677 <Script file="QuestData.lua" /> |
678 <Script file="Achievements.lua" /> | 678 <Script file="AchievementData.lua" /> |
679 <Script file="AutoQuestPopups.lua" /> | 679 <Script file="AutoQuestPopupData.lua" /> |
680 <Script file="BonusObjectives.lua" /> | 680 <Script file="BonusObjectiveData.lua" /> |
681 <Script file="ScenarioObjectives.lua" /> | 681 <Script file="ScenarioData.lua" /> |
682 <Script file="ExerienceBar.lua" /> | 682 <Script file="ExerienceBar.lua" /> |
683 <Script file="TrackerFrame.lua" /> | 683 <Script file="Layout.lua" /> |
684 <Script file="TrackerBlock.lua" /> | 684 <Script file="Block.lua" /> |
685 <Script file="RewardFrame.lua" /> | 685 <Script file="RewardFrame.lua" /> |
686 <Script file="DefaultTracker.lua" /> | 686 <Script file="Update.lua" /> |
687 <Script file="Events.lua" /> | 687 <Script file="Events.lua" /> |
688 <Script file="Widgets.lua" /> | 688 <Script file="Widgets.lua" /> |
689 <!-- <Script file="ObjectiveStyle.lua" /> --> | 689 <!-- <Script file="ObjectiveStyle.lua" /> --> |
690 <!-- <Script file="ObjectiveInfo.lua" /> --> | 690 <!-- <Script file="ObjectiveInfo.lua" /> --> |
691 </Ui> | 691 </Ui> |