[FR] World map module
thareh opened this issue ยท 2 comments
Good day,
A world map module would be swell, have a look at the following for some ideas:
WorldMapFrame:SetScale(0.8);
WorldMapFrame.BlackoutFrame.Blackout:SetAlpha(0);
WorldMapFrame.BlackoutFrame:EnableMouse(false);
WorldMapFrame.ScrollContainer.GetCursorPosition = function(f)
local x,y = MapCanvasScrollControllerMixin.GetCursorPosition(f);
local s = WorldMapFrame:GetScale();
return x/s, y/s;
end;
Cheers!
Hey,
I was also thinking about changing the default map, right now I'm mostly using an addon for that.
Will take a look at that this week; open to any suggestions about features.