Mercurial > wow > buffalo2
comparison Modules/Currency.xml @ 125:3f4794dca91b
template load order and Script handlers linkage
author | Nenue |
---|---|
date | Sun, 15 Oct 2017 16:47:22 -0400 |
parents | b3c0258b419d |
children | 3de635cda288 |
comparison
equal
deleted
inserted
replaced
124:07fe8fae8ca8 | 125:3f4794dca91b |
---|---|
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/ | 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"> | 2 ..\FrameXML\UI.xsd"> |
3 | |
4 | |
5 <Frame parent="UIParent" name="VeneerBankDB" parentArray="modules" mixin="VeneerBankDBMixin" hidden="false" inherits="VeneerHandlerTemplate"> | |
6 <Size x="240" y="24" /> | |
7 <Anchors> | |
8 <Anchor point="CENTER" /> | |
9 </Anchors> | |
10 <Layers> | |
11 <Layer level="OVERLAY"> | |
12 <FontString parentArray="ConfigLayer" parentKey="Info" inherits="GameFontNormal" hidden="true"> | |
13 <Anchors> | |
14 <Anchor point="CENTER" /> | |
15 </Anchors> | |
16 </FontString> | |
17 </Layer> | |
18 </Layers> | |
19 </Frame> | |
3 | 20 |
4 <Script file="Currency.lua" /> | 21 <Script file="Currency.lua" /> |
5 <Frame virtual="true" name="VeneerCurrencyTemplate" parentArray="Blocks" mixin="VeneerCurrencyBlockMixin" hidden="true"> | 22 <Frame virtual="true" name="VeneerCurrencyTemplate" parentArray="Blocks" mixin="VeneerCurrencyBlockMixin" hidden="true"> |
6 <Scripts> | 23 <Scripts> |
7 <OnLoad method="OnLoad" /> | 24 <OnLoad method="OnLoad" /> |
13 | 30 |
14 </Scripts> | 31 </Scripts> |
15 <Layers> | 32 <Layers> |
16 <Layer level="BACKGROUND"> | 33 <Layer level="BACKGROUND"> |
17 <Texture setAllPoints="true" parentKey="Background"> | 34 <Texture setAllPoints="true" parentKey="Background"> |
18 <Color a="0.5" r="0" g="0" b="0" /> | 35 <Color a="0" r="0" g="0" b="0" /> |
19 </Texture> | 36 </Texture> |
20 </Layer> | 37 </Layer> |
21 <Layer level="ARTWORK"> | 38 <Layer level="ARTWORK"> |
22 <Texture parentKey="Icon" alpha="0.7"> | 39 <Texture parentKey="Icon" alpha="0.7"> |
23 <Size x="24" y="24" /> | 40 <Size x="24" y="24" /> |