Dragonflight UI Classic

Dragonflight UI Classic

285k Downloads

[BUG] Hard to see colour fading on spells on the action bar

adam-tj opened this issue ยท 2 comments

commented

See hotkey R
Indoors Dragonfly UI (Entangling roots spell not usable), hard to see
image
Indoors Default UI (Entangling roots spell not usable), easy to see
image
Outdoors Default UI
image
Outdoors Dragonflight UI
image

Is the first picture with complete colour desaturating intentional?

commented

Kind of intentional, yes. But I'll look into it again, as the default one seems a bit nicer with some color left.

commented

The code was

 if not isUsable then
        mask:SetVertexColor(0.4, 0.4, 0.4, 1.0)      
        mask:SetDesaturated(true)
        ...

I changed the VertexColor back to mask:SetVertexColor(1.0, 1.0, 1.0, 1.0). This should make the button like default when the button is just not usable; out of range is still changed.