vanilla-wow-addons – Rev 1

Subversion Repositories:
Rev:
<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/
C:\Projects\WoW\Bin\Interface\FrameXML\UI.xsd">

        <Script file="XPerl_ArcaneBar.lua"/>

        <Frame name="XPerl_ArcaneBarFrame" parent="XPerl_Player_NameFrame" movable="true" enableMouse="true" hidden="true">
                <Anchors>
                        <Anchor point="TOPLEFT">
                                <Offset>
                                        <AbsDimension x="4" y="-4"/>
                                </Offset>
                        </Anchor>
                        <Anchor point="BOTTOMRIGHT">
                                <Offset>
                                        <AbsDimension x="-4" y="4"/>
                                </Offset>
                        </Anchor>
                </Anchors>
                <Frames>
                        <StatusBar name="XPerl_ArcaneBar" hidden="false" setAllPoints="true">
                                <BarTexture name="$parentTex" file="Interface\TargetingFrame\UI-StatusBar"/>
                                <Layers>
                                        <Layer level="OVERLAY">
                                                <Texture name="$parentSpark" file="Interface\Addons\XPerl\Images\XPerl_ArcaneBarSpark" alphaMode="ADD">
                                                        <Size>
                                                                <AbsDimension x="44" y="44"/>
                                                        </Size>
                                                        <Anchors>
                                                                <Anchor point="CENTER"/>
                                                        </Anchors>
                                                </Texture>
                                                <FontString name="$parent_CastTime" inherits="GameFontHighlight">
                                                        <Anchors>
                                                                <Anchor point="LEFT" relativeTo="XPerl_Player_NameFrame" relativePoint="RIGHT"/>
                                                        </Anchors>
                                                </FontString>
                                        </Layer>
                                </Layers>
                        </StatusBar>
                        <Frame name="XPerl_ArcaneBarFlash" hidden="true">
                                <Anchors>
                                        <Anchor point="TOPLEFT">
                                                <Offset>
                                                        <AbsDimension x="-5" y="12"/>
                                                </Offset>
                                        </Anchor>
                                        <Anchor point="BOTTOMRIGHT">
                                                <Offset>
                                                        <AbsDimension x="5" y="-12"/>
                                                </Offset>
                                        </Anchor>
                                </Anchors>
                                <Layers>
                                        <Layer level="BACKGROUND">
                                                <Texture name="$parentTex" file="Interface\Addons\XPerl\Images\XPerl_ArcaneBarFlash" setAllPoints="true" alphaMode="ADD"/>
                                        </Layer>
                                </Layers>
                        </Frame>
                </Frames>
                <Scripts>
                        <OnLoad>
                                XPerl_ArcaneBar_OnLoad()
                                this:SetScript("OnEvent", XPerl_ArcaneBar_OnEvent)
                        </OnLoad>
                </Scripts>
        </Frame>
</Ui>