Mercurial > wow > buffalo2
comparison Modules/ArtifactPower.xml @ 122:ea2c616a3b4f
Standardize anchor variables
- anchorGroup sets general position, defers to anchorPoint
- anchorPoint and anchorFrom are used in SetPoint, deferring to anchorGroup and its inverse
Artifact Power:
- scan and update triggers trimmed down
BuffFrame:
- extra values can be right clicked to hide for particular auras
LFG:
- Desolate Host link placed above Sisters when searching for best cheevos
TalkingHead
- Re-enable TalkingHeadFrame click behaviour
author | Nenue |
---|---|
date | Mon, 21 Aug 2017 22:15:46 -0400 |
parents | 0f47780a83c4 |
children | b3c0258b419d |
comparison
equal
deleted
inserted
replaced
121:1f68c46bc4de | 122:ea2c616a3b4f |
---|---|
23 </Layers> | 23 </Layers> |
24 </Button> | 24 </Button> |
25 | 25 |
26 <Button name="VeneerArtifactButton" parentArray="Artifact" mixin="VeneerArtifactButtonMixin" virtual="true"> | 26 <Button name="VeneerArtifactButton" parentArray="Artifact" mixin="VeneerArtifactButtonMixin" virtual="true"> |
27 <Scripts> | 27 <Scripts> |
28 <OnLoad method="OnLoad" /> | |
29 <OnEvent method="OnEvent" /> | |
28 <OnEnter method="OnEnter" /> | 30 <OnEnter method="OnEnter" /> |
29 <OnLeave method="OnLeave" /> | 31 <OnLeave method="OnLeave" /> |
30 <OnClick method="OnClick" /> | 32 <OnClick method="OnClick" /> |
31 <OnUpdate method="OnUpdate" /> | 33 <OnUpdate method="OnUpdate" /> |
32 </Scripts> | 34 </Scripts> |
101 </Texture> | 103 </Texture> |
102 </Layer> | 104 </Layer> |
103 </Layers> | 105 </Layers> |
104 </Button> | 106 </Button> |
105 <Frame name="VeneerArtifactPowerTimer" parent="UIParent" /> | 107 <Frame name="VeneerArtifactPowerTimer" parent="UIParent" /> |
106 <Frame name="VeneerArtifactPower" hidden="true" mixin="VeneerArtifactPowerMixin" parent="UIParent" inherits="VeneerHandlerTemplate" enableMouse="true"> | 108 <Frame name="VeneerArtifactPower" hidden="true" mixin="VeneerArtifactPowerMixin" parent="UIParent" inherits="VeneerHandlerTemplate" enableMouse="false"> |
107 <Size x="300" y="36" /> | 109 <Size x="300" y="36" /> |
108 <Scripts> | 110 <Scripts> |
109 <OnEnter method="OnEnter" /> | 111 <OnEnter method="OnEnter" /> |
110 <OnLeave method="OnLeave" /> | 112 <OnLeave method="OnLeave" /> |
111 <OnMouseDown method="OnMouseDown" /> | 113 <OnMouseDown method="OnMouseDown" /> |
112 </Scripts> | 114 </Scripts> |
113 <Layers> | 115 <Layers> |
114 <Layer level="BACKGROUND"> | 116 <Layer level="BACKGROUND"> |
115 | 117 |
116 <Texture parentKey="Background"> | 118 <Texture parentKey="Background"> |
117 <Color a="0.5" r="0" g="0" b="0" /> | 119 <Color a="0" r="0" g="0" b="0" /> |
118 </Texture> | 120 </Texture> |
119 </Layer> | 121 </Layer> |
120 <Layer level="OVERLAY"> | 122 <Layer level="OVERLAY"> |
121 <FontString name="$parentSummaryHeader" parentKey="SummaryHeader" inherits="VeneerNumberFont" text="" justifyH="LEFT"> | 123 <FontString name="$parentSummaryHeader" parentKey="SummaryHeader" inherits="VeneerNumberFont" text="" justifyH="LEFT"> |
122 <Anchors> | |
123 <Anchor point="BOTTOMLEFT" x="4" y="4" /> | |
124 </Anchors> | |
125 <Color r="0" g="1" b="1" /> | 124 <Color r="0" g="1" b="1" /> |
126 </FontString> | 125 </FontString> |
127 </Layer> | 126 </Layer> |
128 </Layers> | 127 </Layers> |
129 <Frames> | 128 <Frames> |
130 <Button name="$parentArtifactButton1" inherits="VeneerArtifactButton" /> | 129 <Button name="$parentArtifactButton1" inherits="VeneerArtifactButton" id="1" /> |
131 <Button name="$parentArtifactButton2" inherits="VeneerArtifactButton" /> | 130 <Button name="$parentArtifactButton2" inherits="VeneerArtifactButton" id="2" /> |
132 <Button name="$parentArtifactButton3" inherits="VeneerArtifactButton" /> | 131 <Button name="$parentArtifactButton3" inherits="VeneerArtifactButton" id="3" /> |
133 <Button name="$parentArtifactButton4" inherits="VeneerArtifactButton" /> | 132 <Button name="$parentArtifactButton4" inherits="VeneerArtifactButton" id="4" /> |
134 <Button name="$parentArtifactButton5" inherits="VeneerArtifactButton" /> | 133 <Button name="$parentArtifactButton5" inherits="VeneerArtifactButton" id="5" /> |
135 | 134 |
136 <Button name="$parentRefresh" text="Refresh" parentKey="Refresh"> | 135 <Button name="$parentRefresh" text="Refresh" parentKey="Refresh"> |
137 <Size x="72" y="32" /> | 136 <Size x="72" y="32" /> |
138 <Anchors> | 137 <Anchors> |
139 <Anchor point="TOPRIGHT" relativePoint="BOTTOMRIGHT" x="0" y="0" /> | 138 <Anchor point="TOPRIGHT" relativePoint="BOTTOMRIGHT" x="0" y="0" /> |