comparison 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
comparison
equal deleted inserted replaced
112:7c77fde36287 113:2105b6e5095f
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/
2 ..\FrameXML\UI.xsd">
3
4 <Script file="Currency.lua" />
5 <Frame virtual="true" name="VeneerCurrencyTemplate" parentArray="Blocks" mixin="VeneerWorldStateCurrencyBlockMixin" hidden="true">
6 <Scripts>
7 <OnLoad method="OnLoad" />
8 <OnEvent method="OnEvent" />
9 <OnShow method="OnShow" />
10 <OnHide method="OnHide" />
11 </Scripts>
12 <Layers>
13 <Layer level="ARTWORK">
14 <Texture parentKey="Icon" >
15 <Size x="16" y="16" />
16 <Anchors>
17 <Anchor point="LEFT" />
18 </Anchors>
19 </Texture>
20 </Layer>
21 <Layer level="OVERLAY">
22 <FontString parentKey="Label" inherits="VeneerNumberFont">
23 <Anchors>
24 <Anchor point="LEFT" relativePoint="RIGHT" relativeKey="$parent.Icon" x="2" y="0" />
25 </Anchors>
26 </FontString>
27 </Layer>
28 </Layers>
29 </Frame>
30
31 <Frame parent="VeneerWorldState" name="$parentZoneCurrency" parentArray="modules" mixin="VeneerWorldStateCurrencyMixin" hidden="true" inherits="VeneerMixinScripts, VeneerAnimations">
32 <Size x="240" y="24" />
33 <Anchors>
34 <Anchor point="TOP" />
35 </Anchors>
36 </Frame>
37
38
39 </Ui>