Mercurial > wow > buffalo2
annotate Modules/Currency.xml @ 113:2105b6e5095f
- Added Blood of Sargeras to currency list
- Fixed panel ordering issues when a module is loaded on the fly.
author | Nick@Zahhak |
---|---|
date | Sun, 26 Mar 2017 06:25:18 -0400 |
parents | |
children | 6748c98a6c6c |
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" /> |
Nick@113 | 5 <Frame virtual="true" name="VeneerCurrencyTemplate" parentArray="Blocks" mixin="VeneerWorldStateCurrencyBlockMixin" 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@113 | 11 </Scripts> |
Nick@113 | 12 <Layers> |
Nick@113 | 13 <Layer level="ARTWORK"> |
Nick@113 | 14 <Texture parentKey="Icon" > |
Nick@113 | 15 <Size x="16" y="16" /> |
Nick@113 | 16 <Anchors> |
Nick@113 | 17 <Anchor point="LEFT" /> |
Nick@113 | 18 </Anchors> |
Nick@113 | 19 </Texture> |
Nick@113 | 20 </Layer> |
Nick@113 | 21 <Layer level="OVERLAY"> |
Nick@113 | 22 <FontString parentKey="Label" inherits="VeneerNumberFont"> |
Nick@113 | 23 <Anchors> |
Nick@113 | 24 <Anchor point="LEFT" relativePoint="RIGHT" relativeKey="$parent.Icon" x="2" y="0" /> |
Nick@113 | 25 </Anchors> |
Nick@113 | 26 </FontString> |
Nick@113 | 27 </Layer> |
Nick@113 | 28 </Layers> |
Nick@113 | 29 </Frame> |
Nick@113 | 30 |
Nick@113 | 31 <Frame parent="VeneerWorldState" name="$parentZoneCurrency" parentArray="modules" mixin="VeneerWorldStateCurrencyMixin" hidden="true" inherits="VeneerMixinScripts, VeneerAnimations"> |
Nick@113 | 32 <Size x="240" y="24" /> |
Nick@113 | 33 <Anchors> |
Nick@113 | 34 <Anchor point="TOP" /> |
Nick@113 | 35 </Anchors> |
Nick@113 | 36 </Frame> |
Nick@113 | 37 |
Nick@113 | 38 |
Nick@113 | 39 </Ui> |