LunaUnitFrames

LunaUnitFrames

268k Downloads

Opacity Bar for raid frames

Rarilmar opened this issue ยท 2 comments

commented

The far distance frames are far too visible, a opacity bar to change this would be great! I prefer them at 20%

commented

Managed to change it by modifying raid.lua on this lines in raid.lua:
if time and seen < 3 then
this:SetAlpha(1)
else
this:SetAlpha(0.5) -> CHANGED to (0.2)

commented

fixed in 2.0