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/..\FrameXML\UI.xsd">
2 <Script>MainMenuBarLeftEndCap:Hide(); MainMenuBarRightEndCap:Hide()</Script>
3 <Script file="DiabloMod.lua"/>
4 <Script file="DiabloModCube.lua"/>
5 <!-- Generic orb frame for inheritance -->
6 <Frame name="DiabloMod_OrbFrame" framestrata="HIGH" parent="UIParent" virtual="true">
7 <Size x="128" y="128" />
8 <Scripts>
9 <OnEvent>
10 DiabloMod_OnEvent(event);
11 </OnEvent>
12 </Scripts>
13 </Frame>
14 <!-- Health and Mana Orbs -->
15 <Frame name="DiabloMod_HealthOrb" inherits="DiabloMod_OrbFrame" virtual="false">
16 <Anchors>
17 <Anchor point="BOTTOM">
18 <Offset>
19 <AbsDimension x="-563" y="0"/>
20 </Offset>
21 </Anchor>
22 </Anchors>
23 <Layers>
24 <Layer level="OVERLAY">
25 <FontString name="DiabloMod_HealthText" inherits="ChatFontNormal" text="">
26 <Anchors>
27 <Anchor point="BOTTOM">
28 <Offset>
29 <AbsDimension x="6" y="100" />
30 </Offset>
31 </Anchor>
32 </Anchors>
33 </FontString>
34 </Layer>
35 <Layer level="ARTWORK">
36 <Texture name ="DiabloMod_RedOrb" file="Interface\Addons\DiabloMod\art\blank_orb">
37 <Size>
38 <AbsDimension x="84" y="84"/>
39 </Size>
40 <TexCoords left="0.0" right="1.0" top="1.0" bottom="0.0"/>
41 <Anchors>
42 <Anchor point="BOTTOM">
43 <Offset>
44 <AbsDimension x="9" y="12"/>
45 </Offset>
46 </Anchor>
47 </Anchors>
48 </Texture>
49 </Layer>
50 <Layer level="BACKGROUND">
51 <Anchors>
52 <Anchor point="CENTER" relativePoint="CENTER" />
53 </Anchors>
54 <Texture file="Interface\Addons\DiabloMod\art\healthorb" alphakey="BLEND" />
55 </Layer>
56 </Layers>
57 <Scripts>
58 <OnLoad>
59 DiabloMod_OnLoad();
60 </OnLoad>
61 </Scripts>
62 </Frame>
63 <Frame name="DiabloMod_ManaOrb" inherits="DiabloMod_OrbFrame" virtual="false">
64 <Anchors>
65 <Anchor point="BOTTOM">
66 <Offset>
67 <AbsDimension x="575" y="0"/>
68 </Offset>
69 </Anchor>
70 </Anchors>
71 <Layers>
72 <Layer level="OVERLAY">
73 <FontString name="DiabloMod_ManaText" inherits="ChatFontNormal" text="">
74 <Anchors>
75 <Anchor point="BOTTOM">
76 <Offset>
77 <AbsDimension x="-15" y="100" />
78 </Offset>
79 </Anchor>
80 </Anchors>
81 </FontString>
82 </Layer>
83 <Layer level="ARTWORK">
84 <Texture name ="DiabloMod_BlueOrb" AlphaMode="BLEND" file="Interface\Addons\DiabloMod\art\blank_orb">
85 <Size>
86 <AbsDimension x="84" y="84"/>
87 </Size>
88 <TexCoords left="0.0" right="1.0" top="1.0" bottom="0.0"/>
89 <Anchors>
90 <Anchor point="BOTTOM">
91 <Offset>
92 <AbsDimension x="-17" y="10"/>
93 </Offset>
94 </Anchor>
95 </Anchors>
96 </Texture>
97 </Layer>
98 <Layer level="BACKGROUND">
99 <Anchors>
100 <Anchor point="CENTER" relativePoint="CENTER" />
101 </Anchors>
102 <Texture file="Interface\Addons\DiabloMod\art\manaorb" />
103 </Layer>
104 </Layers>
105 </Frame>
106 </Ui>