Aurora

Aurora

352k Downloads

[Qustion] NPC Text is too Dark to read it

Fm4x opened this issue ยท 1 comments

commented

image

Hey Guys, i really enjoying the Addon, but for any Reason the Font of NPC Windows is really Dark and hard to read. Any Ideas?

commented

@Fm4x
What I did in RealUI was to add:
if not (tonumber(_G.GetCVar("questTextContrast")) == 4) then
_G.SetCVar("questTextContrast", 4);
end

image