Junk "overlay template" misaligned when using Masque: Retina
repsejnworb opened this issue ยท 1 comments
What version(s) of WoW are you using?
Retail
What version of Baganator?
491
What version of Syndicator?
124
What isn't working? What was supposed to happen?
The "junk overlay template" is misaligned when using Masque: Retina.
Default clean install of both Baganator and Masque: Retina (i.e. no scaling or anything configured in either addon).
Are you experiencing any lua errors
No. BugSack is empty.
Anything else?
How it looks:
Delete this text from lines 280 to 291 in the Skins.lua file in the Masque: Retina files to remove the overlay
JunkIcon = {
Texture = path .. "Junk.tga",
BlendMode = "BLEND",
DrawLayer = "OVERLAY",
DrawLevel = 2,
Width = scale(72,128),
Height = scale(72,128),
Point = "CENTER",
RelPoint = "CENTER",
OffsetX = 0,
OffsetY = 0,
}