comparison 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
comparison
equal deleted inserted replaced
114:6748c98a6c6c 115:8c94bee4fdfc
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">
3 <Script file="PaperDoll.lua" />
4 <Frame name="VeneerPaperDoll" mixin="VeneerPaperDollMixin" inherits="VeneerHandlerTemplate">
5 <Size x="570" y="155"/>
6 <Frames>
7 <GameTooltip inherits="GameTooltipTemplate" name="$parentTooltip" />
8 </Frames>
9 </Frame>
10
11 <Frame name="VeneerPaperDollSlotInfoTemplate" virtual="true" mixin="VeneerPaperDollSlotMixin">
12 <Layers>
13 <!--
14 <Layer level="BACKGROUND">
15 <Texture setAllPoints="true">
16 <Color a="0.5" r="1" g="0" b="0" />
17 </Texture>
18 </Layer>
19 -->
20 <Layer level="OVERLAY">
21 <FontString name="$parentNumeralLine" inherits="VeneerNumberFont" parentKey="ItemLevel" parentArray="StatsLeft" />
22
23 </Layer>
24 </Layers>
25 <Frames>
26 <Frame name="$parentSocketsLine" parentArray="StatsLeft" parentKey="Sockets">
27 <Size y="16" x="68" />
28 <Layers>
29 <!--
30 <Layer level="BACKGROUND">
31 <Texture setAllPoints="true">
32 <Color a="0.5" r="0" g="1" b="0" />
33 </Texture>
34 </Layer>
35 -->
36 <Layer level="OVERLAY">
37 <Texture name="$parentSocketIcon1" parentArray="SocketIcon" />
38 <Texture name="$parentSocketIcon2" parentArray="SocketIcon" />
39 <Texture name="$parentSocketIcon3" parentArray="SocketIcon" />
40 <FontString name="$parentSocketLabel1" parentArray="SocketLabel" />
41 <FontString name="$parentSocketLabel2" parentArray="SocketLabel" />
42 <FontString name="$parentSocketLabel3" parentArray="SocketLabel" />
43 </Layer>
44 </Layers>
45 </Frame>
46 </Frames>
47 <Scripts>
48 <OnLoad method="OnLoad" />
49 <OnShow method="OnShow" />
50 <OnUpdate method="OnUpdate" />
51 </Scripts>
52 </Frame>
53
54 </Ui>