commit 10:
— bag is now slightly further over so as not to interfere with action bars.
— tooltip text has been made slightly larger, and the background is slightly darker to enhance readability.
Conquestkale wrote:Yeah I could I just don't like any of the sqaure minimap addons :/
Ohh yeah forgot about that haha
okay, just drop this small script at the end of 
this file and it'l be square for you, with a border that matches the action buttons:
- Code: Select all
-     local square = function()
 for i,v in pairs({
 MinimapBorder,
 MiniMapMailBorder,
 MiniMapTrackingBorder,
 MiniMapMeetingStoneBorder,
 MiniMapMailBorder,
 MiniMapBattlefieldBorder,
 })  do v:Hide() end
 Minimap:SetMaskTexture[[Interface\Buttons\WHITE8x8]]
 modSkin(Minimap, 18)
 modSkinPadding(Minimap, 2)
 modSkinColor(Minimap, .2, .2, .2)
 end
 
 function GetMinimapShape() return 'SQUARE' end
 square()
im not including this in the release so its not a supported solution — but i can't imagine this script breaking, like, ever, so you should be set