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 <Script file="localization.lua"/>
3 <Script file="localization.de.lua"/>
4 <Script file="localization.fr.lua"/>
5 <Script file="localization.tw.lua"/>
6 <Script file="localization.es.lua"/>
7 <Script file="MobInfo2.lua" />
8 <Script file="MI2_Import.lua" />
9 <Script file="MI2_Events.lua" />
10 <Script file="MI2_ItemData.lua" />
11 <Script file="MI2_Health.lua" />
12 <Script file="MI2_Slash.lua" />
13 <Script file="MI2_Search.lua" />
14 <Script file="MI2_ConvDropRate.lua" />
15  
16 <Frame name="MI2_MobInfoFrame">
17 <Scripts>
18 <OnLoad>
19 MI2_OnLoad()
20 </OnLoad>
21 <OnEvent>
22 MI2_OnEvent(event);
23 </OnEvent>
24 </Scripts>
25 </Frame>
26  
27 <Frame name="MI2_MobHealthFrame" toplevel="true" frameStrata="LOW" movable="true" enableMouse="true" parent="TargetFrame">
28 <Size> <AbsDimension x="128" y="32"/> </Size>
29 <Anchors> <Anchor point="TOP"/> </Anchors>
30 <Layers>
31 <Layer level="ARTWORK">
32 <FontString name="MI2_MobHealthText" inherits="GameFontNormalSmall">
33 <Anchors> <Anchor point="TOP"/> </Anchors>
34 <Color r="1.0" g="1.0" b="1.0"/>
35 </FontString>
36 <FontString name="MI2_MobManaText" inherits="GameFontNormalSmall">
37 <Anchors> <Anchor point="TOP"/> </Anchors>
38 <Color r="1.0" g="1.0" b="1.0"/>
39 </FontString>
40 </Layer>
41 </Layers>
42 </Frame>
43 </Ui>