Merge pull request #3 from GryllsAddons/master
Fixes to MBB.lua & MBB.xml
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
MBB_Version = GetAddOnMetadata("MBB", "Version");
|
||||
MBB_Version = GetAddOnMetadata("MinimapButtonBag-TurtleWoW", "Version");
|
||||
MBB_DebugFlag = 0;
|
||||
MBB_DragFlag = 0;
|
||||
MBB_ShowTimeout = -1;
|
||||
@@ -75,7 +75,9 @@ MBB_Ignore = {
|
||||
[17] = "MetaMap",
|
||||
[18] = "LootLinkMinimapButton",
|
||||
[19] = "TimeManagerClockButton",
|
||||
[20] = "pfMiniMapPin"
|
||||
[20] = "pfMiniMapPin",
|
||||
[21] = "Clock",
|
||||
[22] = "Timer"
|
||||
};
|
||||
|
||||
MBB_IgnoreSize = {
|
||||
|
||||
@@ -25,7 +25,7 @@
|
||||
</Anchors>
|
||||
<Layers>
|
||||
<Layer level="BACKGROUND">
|
||||
<Texture name="$parent_Texture" file="Interface\AddOns\MBB\icon">
|
||||
<Texture name="$parent_Texture" file="Interface\AddOns\MinimapButtonBag-TurtleWoW\icon">
|
||||
<Size>
|
||||
<AbsDimension x="17" y="17"/>
|
||||
</Size>
|
||||
@@ -692,4 +692,4 @@
|
||||
</OnShow>
|
||||
</Scripts>
|
||||
</Frame>
|
||||
</Ui>
|
||||
</Ui>
|
||||
|
||||
Reference in New Issue
Block a user