vanilla-wow-addons – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 <!-- Scrolling Combat Text V0.1 -->
2 <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/">
3  
4 <MessageFrame name="SCTD_MSGTEXT_TEMPLATE" insertMode="BOTTOM" virtual="true" inherits="OptionFrameBoxTemplate">
5 <Size>
6 <AbsDimension x="600" y="70"/>
7 </Size>
8 <FontString inherits="MasterFont" justifyH="CENTER">
9 <FontHeight>
10 <AbsValue val="20"/>
11 </FontHeight>
12 </FontString>
13 <Scripts>
14 <OnLoad>
15 this:SetBackdropBorderColor(0.4, 0.4, 0.4);
16 this:SetBackdropColor(0, 0, 0, 1);
17 this:SetBackdrop(nil);
18 </OnLoad>
19 </Scripts>
20 </MessageFrame>
21  
22 <MessageFrame name="SCTD_MSGTEXT1" parent="UIParent" frameStrata="HIGH" toplevel="true" inherits="SCTD_MSGTEXT_TEMPLATE">
23 <Anchors>
24 <Anchor point="CENTER">
25 <Offset>
26 <AbsDimension x="0" y="210"/>
27 </Offset>
28 </Anchor>
29 </Anchors>
30 </MessageFrame>
31  
32 </Ui>