view Modules/Currency.xml @ 116:ddfe19d70a34

ArtifactPower: - Further 7.2 accommodations, relating to tokens that grant millions of AP. Currency: - Ancient Mana zones list expanded - Legionfall War Supplies, Nethershards, and Blood of Sargeras are tracked globally PaperDoll: - Should update more effectively when delayed artifact data loads in. WorldState: - Fixed hanging panels after OrderHallCommandBar is hidden.
author Nenue
date Wed, 26 Apr 2017 20:06:38 -0400
parents 8c94bee4fdfc
children b3c0258b419d
line wrap: on
line source
<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/
..\FrameXML\UI.xsd">

    <Script file="Currency.lua" />
    <Frame virtual="true" name="VeneerCurrencyTemplate" parentArray="Blocks" mixin="VeneerCurrencyBlockMixin" hidden="true">
        <Scripts>
            <OnLoad method="OnLoad" />
            <OnEvent method="OnEvent" />
            <OnShow method="OnShow" />
            <OnHide method="OnHide" />
            <OnEnter method="OnEnter" />
            <OnLeave method="OnLeave"/>

        </Scripts>
        <Layers>
            <Layer level="BACKGROUND">
                <Texture setAllPoints="true" parentKey="Background">
                    <Color a="0.5" r="0" g="0" b="0" />
                </Texture>
            </Layer>
            <Layer level="ARTWORK">
                <Texture parentKey="Icon" >
                    <Size x="20" y="20" />
                    <Anchors>
                        <Anchor point="LEFT" x="2" y="0" />
                    </Anchors>
                </Texture>
            </Layer>
            <Layer level="OVERLAY">
                <FontString parentKey="Label" inherits="VeneerHeaderFont">
                    <Anchors>
                        <Anchor point="BOTTOMLEFT" relativePoint="BOTTOMRIGHT" relativeKey="$parent.Icon" x="2" y="0" />
                    </Anchors>
                </FontString>
            </Layer>
        </Layers>
    </Frame>

    <Frame parent="UIParent" name="VeneerCurrency" parentArray="modules" mixin="VeneerCurrencyMixin" hidden="true" inherits="VeneerMixinScripts, VeneerAnimations">
        <Size x="240" y="24" />
        <Anchors>
            <Anchor point="TOP" />
        </Anchors>
    </Frame>


</Ui>