Mercurial > wow > buffalo2
annotate Modules/Currency.xml @ 136:414e37af1b1b v8.0.1-20180718
8.0.1 "pre-patch" updates
- disabled PaperDoll, ArtifactPower, and Social/LFG modules
author | Nenue |
---|---|
date | Wed, 18 Jul 2018 15:31:15 -0400 |
parents | 3de635cda288 |
children |
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 |
Nenue@125 | 4 |
Nick@113 | 5 <Script file="Currency.lua" /> |
Nenue@115 | 6 <Frame virtual="true" name="VeneerCurrencyTemplate" parentArray="Blocks" mixin="VeneerCurrencyBlockMixin" hidden="true"> |
Nick@113 | 7 <Scripts> |
Nick@113 | 8 <OnLoad method="OnLoad" /> |
Nick@113 | 9 <OnEvent method="OnEvent" /> |
Nick@113 | 10 <OnShow method="OnShow" /> |
Nick@113 | 11 <OnHide method="OnHide" /> |
Nick@114 | 12 <OnEnter method="OnEnter" /> |
Nick@114 | 13 <OnLeave method="OnLeave"/> |
Nick@114 | 14 |
Nick@113 | 15 </Scripts> |
Nick@113 | 16 <Layers> |
Nick@114 | 17 <Layer level="BACKGROUND"> |
Nick@114 | 18 <Texture setAllPoints="true" parentKey="Background"> |
Nenue@125 | 19 <Color a="0" r="0" g="0" b="0" /> |
Nick@114 | 20 </Texture> |
Nick@114 | 21 </Layer> |
Nick@113 | 22 <Layer level="ARTWORK"> |
Nenue@123 | 23 <Texture parentKey="Icon" alpha="0.7"> |
Nenue@123 | 24 <Size x="24" y="24" /> |
Nick@113 | 25 <Anchors> |
Nenue@123 | 26 <Anchor point="LEFT" x="0" y="0" /> |
Nick@113 | 27 </Anchors> |
Nenue@123 | 28 <TexCoords left=".15" right=".85" top=".15" bottom=".85" /> |
Nick@113 | 29 </Texture> |
Nick@113 | 30 </Layer> |
Nick@113 | 31 <Layer level="OVERLAY"> |
Nick@114 | 32 <FontString parentKey="Label" inherits="VeneerHeaderFont"> |
Nick@113 | 33 <Anchors> |
Nenue@123 | 34 <Anchor point="BOTTOMLEFT" x="6" y="2" /> |
Nick@113 | 35 </Anchors> |
Nick@113 | 36 </FontString> |
Nick@113 | 37 </Layer> |
Nick@113 | 38 </Layers> |
Nick@113 | 39 </Frame> |
Nick@113 | 40 |
Nenue@115 | 41 <Frame parent="UIParent" name="VeneerCurrency" parentArray="modules" mixin="VeneerCurrencyMixin" hidden="true" inherits="VeneerMixinScripts, VeneerAnimations"> |
Nick@113 | 42 <Size x="240" y="24" /> |
Nick@113 | 43 <Anchors> |
Nick@113 | 44 <Anchor point="TOP" /> |
Nick@113 | 45 </Anchors> |
Nick@113 | 46 </Frame> |
Nick@113 | 47 |
Nick@113 | 48 |
Nick@113 | 49 </Ui> |