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>MainMenuBarLeftEndCap:Hide(); MainMenuBarRightEndCap:Hide()</Script>
<Script file="DiabloMod.lua"/>
<Script file="DiabloModCube.lua"/> 
     <!-- Generic orb frame for inheritance  --> 
    <Frame name="DiabloMod_OrbFrame" framestrata="HIGH" parent="UIParent" virtual="true">
        <Size x="128" y="128" />
                        <Scripts>
            <OnEvent>
                DiabloMod_OnEvent(event);
            </OnEvent>
        </Scripts>            
    </Frame>
     <!-- Health and Mana Orbs -->
    <Frame name="DiabloMod_HealthOrb" inherits="DiabloMod_OrbFrame" virtual="false">     
         <Anchors>
                <Anchor point="BOTTOM">
                    <Offset>
                                                <AbsDimension x="-563" y="0"/>
                                        </Offset>
                </Anchor>
            </Anchors>
        <Layers>
            <Layer level="OVERLAY">
                <FontString name="DiabloMod_HealthText" inherits="ChatFontNormal" text="">
                    <Anchors>
                        <Anchor point="BOTTOM">
                            <Offset>
                                <AbsDimension x="6" y="100" />
                            </Offset>
                        </Anchor>
                    </Anchors>
                </FontString>
            </Layer> 
            <Layer level="ARTWORK">   
                <Texture name ="DiabloMod_RedOrb" file="Interface\Addons\DiabloMod\art\blank_orb">
                    <Size>
                        <AbsDimension x="84" y="84"/>
                    </Size>
                    <TexCoords left="0.0" right="1.0" top="1.0" bottom="0.0"/>
                    <Anchors>
                        <Anchor point="BOTTOM">
                            <Offset>
                                                        <AbsDimension x="9" y="12"/>
                                                </Offset>
                        </Anchor>
                    </Anchors>    
                </Texture>
            </Layer>  
            <Layer level="BACKGROUND">   
                <Anchors>
                    <Anchor point="CENTER" relativePoint="CENTER" />
                </Anchors>
                <Texture file="Interface\Addons\DiabloMod\art\healthorb" alphakey="BLEND" />      
            </Layer>   
        </Layers>
        <Scripts>
                <OnLoad>
                DiabloMod_OnLoad();
                </OnLoad>
          </Scripts>  
    </Frame>
    <Frame name="DiabloMod_ManaOrb"  inherits="DiabloMod_OrbFrame" virtual="false">    
        <Anchors>
            <Anchor point="BOTTOM">
                <Offset>
                                        <AbsDimension x="575" y="0"/>
                            </Offset>
            </Anchor>
        </Anchors>
                <Layers>
            <Layer level="OVERLAY">
                <FontString name="DiabloMod_ManaText" inherits="ChatFontNormal" text="">
                    <Anchors>
                        <Anchor point="BOTTOM">
                            <Offset>
                                <AbsDimension x="-15" y="100" />
                            </Offset>
                        </Anchor>
                    </Anchors>
                </FontString>
            </Layer> 
            <Layer level="ARTWORK">   
                <Texture name ="DiabloMod_BlueOrb" AlphaMode="BLEND" file="Interface\Addons\DiabloMod\art\blank_orb">
                    <Size>
                        <AbsDimension x="84" y="84"/>
                    </Size>
                    <TexCoords left="0.0" right="1.0" top="1.0" bottom="0.0"/>
                    <Anchors>
                        <Anchor point="BOTTOM">
                            <Offset>
                                                        <AbsDimension x="-17" y="10"/>
                                                </Offset>
                        </Anchor>
                    </Anchors>    
                </Texture>  
            </Layer>  
            <Layer level="BACKGROUND">   
                <Anchors>
                    <Anchor point="CENTER" relativePoint="CENTER" />
                </Anchors>
                <Texture file="Interface\Addons\DiabloMod\art\manaorb"  />      
            </Layer>      
        </Layers>
    </Frame>
</Ui>

Generated by GNU Enscript 1.6.5.90.