Mercurial > wow > buffalo2
annotate Modules/Currency.xml @ 123:b3c0258b419d v7.3.0-1
ArtifactPower:
- XP progress bar fixes
Currency:
- More argus stuff
- Block dimensions are calculated more consistently
TalkingHead
- Aesthetic changes
- Default right-click behaviour restored (hides the text box)
author | Nenue |
---|---|
date | Tue, 05 Sep 2017 02:56:33 -0400 |
parents | ddfe19d70a34 |
children | 3f4794dca91b |
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"> |
Nenue@123 | 22 <Texture parentKey="Icon" alpha="0.7"> |
Nenue@123 | 23 <Size x="24" y="24" /> |
Nick@113 | 24 <Anchors> |
Nenue@123 | 25 <Anchor point="LEFT" x="0" y="0" /> |
Nick@113 | 26 </Anchors> |
Nenue@123 | 27 <TexCoords left=".15" right=".85" top=".15" bottom=".85" /> |
Nick@113 | 28 </Texture> |
Nick@113 | 29 </Layer> |
Nick@113 | 30 <Layer level="OVERLAY"> |
Nick@114 | 31 <FontString parentKey="Label" inherits="VeneerHeaderFont"> |
Nick@113 | 32 <Anchors> |
Nenue@123 | 33 <Anchor point="BOTTOMLEFT" x="6" y="2" /> |
Nick@113 | 34 </Anchors> |
Nick@113 | 35 </FontString> |
Nick@113 | 36 </Layer> |
Nick@113 | 37 </Layers> |
Nick@113 | 38 </Frame> |
Nick@113 | 39 |
Nenue@115 | 40 <Frame parent="UIParent" name="VeneerCurrency" parentArray="modules" mixin="VeneerCurrencyMixin" hidden="true" inherits="VeneerMixinScripts, VeneerAnimations"> |
Nick@113 | 41 <Size x="240" y="24" /> |
Nick@113 | 42 <Anchors> |
Nick@113 | 43 <Anchor point="TOP" /> |
Nick@113 | 44 </Anchors> |
Nick@113 | 45 </Frame> |
Nick@113 | 46 |
Nick@113 | 47 |
Nick@113 | 48 </Ui> |