diff 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
line wrap: on
line diff
--- a/Modules/TalkingHead.xml	Mon Jul 17 11:51:31 2017 -0400
+++ b/Modules/TalkingHead.xml	Mon Aug 21 22:15:46 2017 -0400
@@ -3,6 +3,20 @@
   <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>
\ No newline at end of file