Mercurial > wow > buffalo2
comparison Modules/TalkingHead.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 | 6e2cb847c3c6 |
children | b3c0258b419d |
comparison
equal
deleted
inserted
replaced
121:1f68c46bc4de | 122:ea2c616a3b4f |
---|---|
1 <Ui xmlns="http://www.blizzard.com/wow/ui/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.blizzard.com/wow/ui/ | 1 <Ui xmlns="http://www.blizzard.com/wow/ui/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.blizzard.com/wow/ui/ |
2 ..\FrameXML\UI.xsd"> | 2 ..\FrameXML\UI.xsd"> |
3 <Script file="TalkingHead.lua" /> | 3 <Script file="TalkingHead.lua" /> |
4 <Frame name="VeneerTalkingHead" mixin="VeneerTalkingHeadMixin" inherits="VeneerHandlerTemplate"> | 4 <Frame name="VeneerTalkingHead" mixin="VeneerTalkingHeadMixin" inherits="VeneerHandlerTemplate"> |
5 <Size x="570" y="155"/> | 5 <Size x="570" y="155"/> |
6 | |
7 <Layers> | |
8 <Layer level="OVERLAY"> | |
9 <Texture parentArray="ConfigLayer" parentKey="Name"> | |
10 <Color a="0.5" r="1" g="1" b="0" /> | |
11 </Texture> | |
12 <Texture parentArray="ConfigLayer" parentKey="Text" > | |
13 <Color a="0.5" r="0" g="1" b="1" /> | |
14 </Texture> | |
15 <Texture parentArray="ConfigLayer" parentKey="Portrait"> | |
16 <Color a="0.5" r="1" g="0" b="1" /> | |
17 </Texture> | |
18 </Layer> | |
19 </Layers> | |
6 </Frame> | 20 </Frame> |
7 | 21 |
8 </Ui> | 22 </Ui> |