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 ..\FrameXML\UI.xsd">
3 <Script file="localization.en.lua"/>
4 <Script file="localization.de.lua"/>
5 <Script file="localization.fr.lua"/>
6 <Script file="ZoneLevel.lua"/>
7 <Frame name="ZoneLevelBase" frameStrata="HIGH" toplevel="true" enableMouse="true" movable="true" parent="UIParent">
8 <Size><AbsDimension x="20" y="20"/></Size>
9 <Anchors>
10 <Anchor point="CENTER"/>
11 </Anchors>
12 <TitleRegion setAllPoints="true"/>
13 <Layers>
14 <Layer level="ARTWORK">
15 <Texture name="ZoneLevelGrey" file="Interface\AddOns\ZoneLevel\ZoneLevelIcons">
16 <TexCoords left="0.25" right="0.5" top="0" bottom="0.5"/>
17 </Texture>
18 <Texture name="ZoneLevelGreen" file="Interface\AddOns\ZoneLevel\ZoneLevelIcons">
19 <TexCoords left="0" right="0.25" top="0" bottom="0.5"/>
20 </Texture>
21 <Texture name="ZoneLevelYellow" file="Interface\AddOns\ZoneLevel\ZoneLevelIcons">
22 <TexCoords left="0" right="0.25" top="0.5" bottom="1"/>
23 </Texture>
24 <Texture name="ZoneLevelRed" file="Interface\AddOns\ZoneLevel\ZoneLevelIcons">
25 <TexCoords left="0.25" right="0.5" top="0.5" bottom="1"/>
26 </Texture>
27 <Texture name="ZoneLevelCity" file="Interface\AddOns\ZoneLevel\ZoneLevelIcons">
28 <TexCoords left="0.5" right="0.75" top="0.5" bottom="1"/>
29 </Texture>
30 <Texture name="ZoneLevelBad" file="Interface\AddOns\ZoneLevel\ZoneLevelIcons">
31 <TexCoords left="0.5" right="0.75" top="0" bottom="0.5"/>
32 </Texture>
33 </Layer>
34 </Layers>
35 <Scripts>
36 <OnLoad>ZoneLevel_OnLoad();</OnLoad>
37 <OnEvent>ZoneLevel_OnEvent();</OnEvent>
38 <OnEnter>ZoneLevel_ShowTooltip();</OnEnter>
39 <OnLeave>GameTooltip:Hide();</OnLeave>
40 </Scripts>
41 </Frame>
42 </Ui>