vanilla-wow-addons – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 <Ui>
2 <Frame>
3 <Frames>
4 <Button name="mgames_minimap" movable="true" parent="Minimap">
5 <Size>
6 <AbsDimension x="32" y="32"/>
7 </Size>
8 <Anchors>
9 <Anchor point="CENTER">
10 <Offset>
11 <AbsDimension x="0" y="0"/>
12 </Offset>
13 </Anchor>
14 </Anchors>
15 <NormalTexture file="Interface\AddOns\MinigamesUI\minimap_normal"/>
16 <PushedTexture file="Interface\AddOns\MinigamesUI\minimap_unten"/>
17 <HighlightTexture alphaMode="ADD" file="Interface\Minimap\UI-Minimap-ZoomButton-Highlight"/>
18 </Button>
19 </Frames>
20 <Scripts>
21 <OnLoad>
22 this:RegisterEvent("ADDON_LOADED");
23 </OnLoad>
24 <OnEvent>
25 if ((event == "ADDON_LOADED") and (arg1 == "MinigamesUI")) then
26 this:UnregisterEvent("ADDON_LOADED");
27 mgames_OnLoad();
28 end
29 </OnEvent>
30 </Scripts>
31 </Frame>
32 </Ui>