diff Modules/PaperDoll.xml @ 115:8c94bee4fdfc

- AddHandler simplified - Centralized combat start/stop hooks - WorldState removed
author Nenue
date Tue, 28 Mar 2017 07:02:26 -0400
parents
children ddfe19d70a34
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Modules/PaperDoll.xml	Tue Mar 28 07:02:26 2017 -0400
@@ -0,0 +1,54 @@
+<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="PaperDoll.lua" />
+  <Frame name="VeneerPaperDoll" mixin="VeneerPaperDollMixin" inherits="VeneerHandlerTemplate">
+    <Size x="570" y="155"/>
+    <Frames>
+      <GameTooltip inherits="GameTooltipTemplate" name="$parentTooltip" />
+    </Frames>
+  </Frame>
+
+  <Frame name="VeneerPaperDollSlotInfoTemplate" virtual="true" mixin="VeneerPaperDollSlotMixin">
+    <Layers>
+      <!--
+      <Layer level="BACKGROUND">
+        <Texture setAllPoints="true">
+          <Color a="0.5" r="1" g="0" b="0" />
+        </Texture>
+      </Layer>
+      -->
+      <Layer level="OVERLAY">
+        <FontString name="$parentNumeralLine" inherits="VeneerNumberFont" parentKey="ItemLevel" parentArray="StatsLeft" />
+
+      </Layer>
+    </Layers>
+    <Frames>
+      <Frame name="$parentSocketsLine" parentArray="StatsLeft" parentKey="Sockets">
+        <Size y="16" x="68" />
+        <Layers>
+          <!--
+          <Layer level="BACKGROUND">
+            <Texture setAllPoints="true">
+              <Color a="0.5" r="0" g="1" b="0" />
+            </Texture>
+          </Layer>
+          -->
+          <Layer level="OVERLAY">
+            <Texture name="$parentSocketIcon1" parentArray="SocketIcon" />
+            <Texture name="$parentSocketIcon2" parentArray="SocketIcon" />
+            <Texture  name="$parentSocketIcon3" parentArray="SocketIcon" />
+            <FontString name="$parentSocketLabel1" parentArray="SocketLabel" />
+            <FontString name="$parentSocketLabel2" parentArray="SocketLabel" />
+            <FontString name="$parentSocketLabel3" parentArray="SocketLabel" />
+          </Layer>
+        </Layers>
+      </Frame>
+    </Frames>
+    <Scripts>
+      <OnLoad method="OnLoad" />
+      <OnShow method="OnShow" />
+      <OnUpdate method="OnUpdate" />
+    </Scripts>
+  </Frame>
+
+</Ui>
\ No newline at end of file