vanilla-wow-addons – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 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 C:\Projects\WoW\Bin\Interface\FrameXML\UI.xsd">
3  
4 <Script file="XPerl_ArcaneBar.lua"/>
5  
6 <Frame name="XPerl_ArcaneBarFrame" parent="XPerl_Player_NameFrame" movable="true" enableMouse="true" hidden="true">
7 <Anchors>
8 <Anchor point="TOPLEFT">
9 <Offset>
10 <AbsDimension x="4" y="-4"/>
11 </Offset>
12 </Anchor>
13 <Anchor point="BOTTOMRIGHT">
14 <Offset>
15 <AbsDimension x="-4" y="4"/>
16 </Offset>
17 </Anchor>
18 </Anchors>
19 <Frames>
20 <StatusBar name="XPerl_ArcaneBar" hidden="false" setAllPoints="true">
21 <BarTexture name="$parentTex" file="Interface\TargetingFrame\UI-StatusBar"/>
22 <Layers>
23 <Layer level="OVERLAY">
24 <Texture name="$parentSpark" file="Interface\Addons\XPerl\Images\XPerl_ArcaneBarSpark" alphaMode="ADD">
25 <Size>
26 <AbsDimension x="44" y="44"/>
27 </Size>
28 <Anchors>
29 <Anchor point="CENTER"/>
30 </Anchors>
31 </Texture>
32 <FontString name="$parent_CastTime" inherits="GameFontHighlight">
33 <Anchors>
34 <Anchor point="LEFT" relativeTo="XPerl_Player_NameFrame" relativePoint="RIGHT"/>
35 </Anchors>
36 </FontString>
37 </Layer>
38 </Layers>
39 </StatusBar>
40 <Frame name="XPerl_ArcaneBarFlash" hidden="true">
41 <Anchors>
42 <Anchor point="TOPLEFT">
43 <Offset>
44 <AbsDimension x="-5" y="12"/>
45 </Offset>
46 </Anchor>
47 <Anchor point="BOTTOMRIGHT">
48 <Offset>
49 <AbsDimension x="5" y="-12"/>
50 </Offset>
51 </Anchor>
52 </Anchors>
53 <Layers>
54 <Layer level="BACKGROUND">
55 <Texture name="$parentTex" file="Interface\Addons\XPerl\Images\XPerl_ArcaneBarFlash" setAllPoints="true" alphaMode="ADD"/>
56 </Layer>
57 </Layers>
58 </Frame>
59 </Frames>
60 <Scripts>
61 <OnLoad>
62 XPerl_ArcaneBar_OnLoad()
63 this:SetScript("OnEvent", XPerl_ArcaneBar_OnEvent)
64 </OnLoad>
65 </Scripts>
66 </Frame>
67 </Ui>