view Modules/TalkingHead.xml @ 123:b3c0258b419d v7.3.0-1

ArtifactPower: - XP progress bar fixes Currency: - More argus stuff - Block dimensions are calculated more consistently TalkingHead - Aesthetic changes - Default right-click behaviour restored (hides the text box)
author Nenue
date Tue, 05 Sep 2017 02:56:33 -0400
parents ea2c616a3b4f
children
line wrap: on
line source
<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/
..\FrameXML\UI.xsd">
  <Script file="TalkingHead.lua" />
  <Frame name="VeneerTalkingHead" mixin="VeneerTalkingHeadMixin" inherits="VeneerHandlerTemplate">
    <Size x="570" y="155"/>

    <Layers>
      <Layer level="OVERLAY">
        <Texture parentArray="ConfigLayer" parentKey="Name">
                <Color a="0.5" r="1" g="1" b="0" />
        </Texture>
        <Texture parentArray="ConfigLayer" parentKey="Text">
          <Color a="0.5" r="0" g="1" b="1" />
        </Texture>
        <Texture parentArray="ConfigLayer" parentKey="Portrait">
          <Color a="0.5" r="1" g="0" b="1" />
        </Texture>
      </Layer>
    </Layers>
  </Frame>

</Ui>