Mercurial > wow > buffalo2
comparison Modules/ArtifactPower.xml @ 98:dadddb8a551f
- bag scan intervals
- progress visualization
- artifact xp updates
author | Nenue |
---|---|
date | Tue, 17 Jan 2017 09:49:15 -0500 |
parents | 5476337198ec |
children | 74d6d97a2d24 |
comparison
equal
deleted
inserted
replaced
97:5476337198ec | 98:dadddb8a551f |
---|---|
6 | 6 |
7 <Scripts> | 7 <Scripts> |
8 <OnEnter method="OnEnter" /> | 8 <OnEnter method="OnEnter" /> |
9 <OnLeave method="OnLeave" /> | 9 <OnLeave method="OnLeave" /> |
10 <OnClick method="OnClick" /> | 10 <OnClick method="OnClick" /> |
11 <OnUpdate method="OnUpdate" /> | |
11 </Scripts> | 12 </Scripts> |
12 <Size x="64" y="64" /> | 13 <Size x="64" y="64" /> |
13 <PushedTexture file="Interface\Buttons\UI-Quickslot-Depress" setAllPoints="true" /> | 14 <PushedTexture file="Interface\Buttons\UI-Quickslot-Depress" setAllPoints="true" /> |
14 <HighlightTexture file="Interface\Buttons\ButtonHilight-Square" setAllPoints="true" alphaMode="ADD" /> | 15 <HighlightTexture file="Interface\Buttons\ButtonHilight-Square" setAllPoints="true" alphaMode="ADD" /> |
15 <Layers> | 16 <Layers> |
35 <Anchors> | 36 <Anchors> |
36 <Anchor point="BOTTOM" x="0" y="4" /> | 37 <Anchor point="BOTTOM" x="0" y="4" /> |
37 </Anchors> | 38 </Anchors> |
38 <Color r="1" g="1" b="0" /> | 39 <Color r="1" g="1" b="0" /> |
39 </FontString> | 40 </FontString> |
41 | |
42 <Texture parentKey="CurrentProgress" alphaMode="BLEND"> | |
43 <Anchors> | |
44 <Anchor point="BOTTOMLEFT" /> | |
45 <Anchor point="BOTTOMRIGHT" /> | |
46 </Anchors> | |
47 <Color a="0.5" r="0" g="1" b="0" /> | |
48 </Texture> | |
49 <Texture parentKey="AdjustedProgress" alphaMode="BLEND"> | |
50 <Anchors> | |
51 <Anchor point="LEFT" /> | |
52 <Anchor point="RIGHT" /> | |
53 </Anchors> | |
54 <Color a="0.5" r="0" g="0.5" b="1" /> | |
55 </Texture> | |
40 </Layer> | 56 </Layer> |
41 </Layers> | 57 </Layers> |
42 </Button> | 58 </Button> |
43 <Frame name="VeneerArtifactPower" hidden="true" mixin="VeneerArtifactPowerMixin" parent="UIParent" inherits="VeneerMixinScripts" enableMouse="true"> | 59 <Frame name="VeneerArtifactPower" hidden="true" mixin="VeneerArtifactPowerMixin" parent="UIParent" inherits="VeneerMixinScripts" enableMouse="true"> |
44 <Size x="300" y="36" /> | 60 <Size x="300" y="36" /> |
55 </Texture> | 71 </Texture> |
56 </Layer> | 72 </Layer> |
57 <Layer level="OVERLAY"> | 73 <Layer level="OVERLAY"> |
58 <FontString name="$parentSummaryHeader" parentKey="SummaryHeader" inherits="VeneerNumberFont" text=""> | 74 <FontString name="$parentSummaryHeader" parentKey="SummaryHeader" inherits="VeneerNumberFont" text=""> |
59 <Anchors> | 75 <Anchors> |
60 <Anchor point="TOPLEFT" x="4" y="-4" /> | 76 <Anchor point="BOTTOMLEFT" x="4" y="4" /> |
61 </Anchors> | 77 </Anchors> |
62 <Color r="0" g="1" b="1" /> | 78 <Color r="0" g="1" b="1" /> |
63 </FontString> | 79 </FontString> |
64 </Layer> | 80 </Layer> |
65 </Layers> | 81 </Layers> |
66 <Frames> | 82 <Frames> |
67 <Button inherits="VeneerArtifactButton" /> | 83 <Button inherits="VeneerArtifactButton" /> |
68 <Button inherits="VeneerArtifactButton" /> | 84 <Button inherits="VeneerArtifactButton" /> |
69 <Button inherits="VeneerArtifactButton" /> | 85 <Button inherits="VeneerArtifactButton" /> |
70 <Button inherits="VeneerArtifactButton" /> | 86 <Button inherits="VeneerArtifactButton" /> |
87 <Button inherits="VeneerArtifactButton" /> | |
71 </Frames> | 88 </Frames> |
72 </Frame> | 89 </Frame> |
73 </Ui> | 90 </Ui> |