Mercurial > wow > buffalo2
annotate Modules/TalkingHead.xml @ 131:15a7f27b11e6 v7.3.2-20111027
- Fixed an infinite loop occurring with Artifact XP calculations on fresh 110 toons
- Fixed combat state response
- Mask out redundant cheevos (Cutting Edge/AotC and end boss)
author | Nenue |
---|---|
date | Mon, 20 Nov 2017 12:01:52 -0500 |
parents | b3c0258b419d |
children |
rev | line source |
---|---|
Nenue@90 | 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/ |
Nenue@90 | 2 ..\FrameXML\UI.xsd"> |
Nenue@90 | 3 <Script file="TalkingHead.lua" /> |
Nenue@90 | 4 <Frame name="VeneerTalkingHead" mixin="VeneerTalkingHeadMixin" inherits="VeneerHandlerTemplate"> |
Nenue@90 | 5 <Size x="570" y="155"/> |
Nenue@122 | 6 |
Nenue@122 | 7 <Layers> |
Nenue@122 | 8 <Layer level="OVERLAY"> |
Nenue@122 | 9 <Texture parentArray="ConfigLayer" parentKey="Name"> |
Nenue@122 | 10 <Color a="0.5" r="1" g="1" b="0" /> |
Nenue@122 | 11 </Texture> |
Nenue@123 | 12 <Texture parentArray="ConfigLayer" parentKey="Text"> |
Nenue@122 | 13 <Color a="0.5" r="0" g="1" b="1" /> |
Nenue@122 | 14 </Texture> |
Nenue@122 | 15 <Texture parentArray="ConfigLayer" parentKey="Portrait"> |
Nenue@122 | 16 <Color a="0.5" r="1" g="0" b="1" /> |
Nenue@122 | 17 </Texture> |
Nenue@122 | 18 </Layer> |
Nenue@122 | 19 </Layers> |
Nenue@90 | 20 </Frame> |
Nenue@90 | 21 |
Nenue@90 | 22 </Ui> |