vanilla-wow-addons – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 <!--
2 Spell Alert
3 Author: Eugorym based on code from Awen
4 -->
5 <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">
6 <Script file="localization.lua"/>
7 <Script file="SpellAlertSCT.lua"/>
8 <Frame name="SpellAlertSCTFrame">
9 <Scripts>
10 <OnLoad>
11 SpellAlertSCT_OnLoad()
12 </OnLoad>
13 <OnEvent>
14 SpellAlertSCT_OnEvent()
15 </OnEvent>
16 <OnUpdate>
17 SpellAlertSCT_OnUpdate(); <!-- 죽은척하기 -->
18 </OnUpdate>
19 </Scripts>
20 </Frame>
21  
22 <!-- 큰 글씨 경고 창 -->
23 <!-- Trying to rely only on SCT
24 <MessageFrame name="WarningFrame" insertMode="TOP" parent="UIParent" frameStrata="HIGH" toplevel="true">
25 <Size>
26 <AbsDimension x="512" y="200"/>
27 </Size>
28 <Anchors>
29 <Anchor point="TOP">
30 <Offset>
31 <AbsDimension x="0" y="-260"/>
32 </Offset>
33 </Anchor>
34 </Anchors>
35 <Scripts>
36 </Scripts>
37 <FontString inherits="ZoneTextFont" virtual="true"/>
38 </MessageFrame>
39 -->
40 </Ui>