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