[BUG] Hard to see colour fading on spells on the action bar
adam-tj opened this issue ยท 2 comments
Kind of intentional, yes. But I'll look into it again, as the default one seems a bit nicer with some color left.
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.