Mercurial > wow > buffalo2
annotate Modules/Currency.xml @ 116:ddfe19d70a34
ArtifactPower:
- Further 7.2 accommodations, relating to tokens that grant millions of AP.
Currency:
- Ancient Mana zones list expanded
- Legionfall War Supplies, Nethershards, and Blood of Sargeras are tracked globally
PaperDoll:
- Should update more effectively when delayed artifact data loads in.
WorldState:
- Fixed hanging panels after OrderHallCommandBar is hidden.
author | Nenue |
---|---|
date | Wed, 26 Apr 2017 20:06:38 -0400 |
parents | 8c94bee4fdfc |
children | b3c0258b419d |
rev | line source |
---|---|
Nick@113 | 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/ |
Nick@113 | 2 ..\FrameXML\UI.xsd"> |
Nick@113 | 3 |
Nick@113 | 4 <Script file="Currency.lua" /> |
Nenue@115 | 5 <Frame virtual="true" name="VeneerCurrencyTemplate" parentArray="Blocks" mixin="VeneerCurrencyBlockMixin" hidden="true"> |
Nick@113 | 6 <Scripts> |
Nick@113 | 7 <OnLoad method="OnLoad" /> |
Nick@113 | 8 <OnEvent method="OnEvent" /> |
Nick@113 | 9 <OnShow method="OnShow" /> |
Nick@113 | 10 <OnHide method="OnHide" /> |
Nick@114 | 11 <OnEnter method="OnEnter" /> |
Nick@114 | 12 <OnLeave method="OnLeave"/> |
Nick@114 | 13 |
Nick@113 | 14 </Scripts> |
Nick@113 | 15 <Layers> |
Nick@114 | 16 <Layer level="BACKGROUND"> |
Nick@114 | 17 <Texture setAllPoints="true" parentKey="Background"> |
Nick@114 | 18 <Color a="0.5" r="0" g="0" b="0" /> |
Nick@114 | 19 </Texture> |
Nick@114 | 20 </Layer> |
Nick@113 | 21 <Layer level="ARTWORK"> |
Nick@113 | 22 <Texture parentKey="Icon" > |
Nick@114 | 23 <Size x="20" y="20" /> |
Nick@113 | 24 <Anchors> |
Nenue@116 | 25 <Anchor point="LEFT" x="2" y="0" /> |
Nick@113 | 26 </Anchors> |
Nick@113 | 27 </Texture> |
Nick@113 | 28 </Layer> |
Nick@113 | 29 <Layer level="OVERLAY"> |
Nick@114 | 30 <FontString parentKey="Label" inherits="VeneerHeaderFont"> |
Nick@113 | 31 <Anchors> |
Nick@114 | 32 <Anchor point="BOTTOMLEFT" relativePoint="BOTTOMRIGHT" relativeKey="$parent.Icon" x="2" y="0" /> |
Nick@113 | 33 </Anchors> |
Nick@113 | 34 </FontString> |
Nick@113 | 35 </Layer> |
Nick@113 | 36 </Layers> |
Nick@113 | 37 </Frame> |
Nick@113 | 38 |
Nenue@115 | 39 <Frame parent="UIParent" name="VeneerCurrency" parentArray="modules" mixin="VeneerCurrencyMixin" hidden="true" inherits="VeneerMixinScripts, VeneerAnimations"> |
Nick@113 | 40 <Size x="240" y="24" /> |
Nick@113 | 41 <Anchors> |
Nick@113 | 42 <Anchor point="TOP" /> |
Nick@113 | 43 </Anchors> |
Nick@113 | 44 </Frame> |
Nick@113 | 45 |
Nick@113 | 46 |
Nick@113 | 47 </Ui> |