vanilla-wow-addons – Rev 1

Subversion Repositories:
Rev:
<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">
        <Script file="localization.lua"/>
        <Script file="TitanRecZone.lua"/>
        <Frame parent="UIParent">
                <Frames>
                        <Button name="TitanPanelTRZButton" inherits="TitanPanelTextTemplate" frameStrata="FULLSCREEN" toplevel="true">
                                <Scripts>
                                        <OnLoad>
                                                TRZ_OnLoad();
                                                TitanPanelButton_OnLoad();
                                        </OnLoad>
                                        <OnEvent>
                                                TRZ_OnEvent();
                                        </OnEvent>                                      
                                </Scripts>
                        </Button>
                </Frames>
        </Frame>        
        
        <!-- Map Text -->
        <Frame name="TRZ_WorldMap_Frame" parent="WorldMapFrame">
                <Scripts>
                        <OnUpdate>
                                        TRZ_WorldMapButton_OnUpdate();
                        </OnUpdate>
                </Scripts>
                <Layers>
                        <Layer level="OVERLAY">
                                <FontString name="TRZ_WorldMap_Text" inherits="GameFontNormalSmall" outline="THICK" virtual="true">
                                        <Anchors>
                                                <Anchor point="TOP" relativeTo="WorldMapFrameAreaLabel" relativePoint="BOTTOM">
                                                        <Offset>
                                                                <AbsDimension x="0" y="-5"/>
                                                        </Offset>
                                                </Anchor>
                                        </Anchors>
                                </FontString>
                        </Layer>
                </Layers>
        </Frame>
        
</Ui>

Generated by GNU Enscript 1.6.5.90.