Glow Effects Different in Latest Release
artazika opened this issue ยท 4 comments
Game Flavor
Retail
Game Version
10.2.7
Add-On Version
10.2.8
Description
After the update glow effects in classic enhanced, modern enchanced and zoomed have changed. They became almost invisible.
Below are screenshots from zoomed before and after the update.
Can we get the old glow effect back or make a selectable setting?
Screenshots
This is intended and is part of them being "Enhanced". That said, I'll be adding an option to toggle between the types of spell alerts, so in the next release, you'll be able to revert to the default alert style. In the interim, you should be able to disable the new style by commenting out the Shape = "Shape",
line. Eg, for Zoomed, change line 32 from:
Shape = "Square",
To:
--Shape = "Square",
Added an option to use Blizzard's default spell alerts in Options > General Settings > Advanced. Note that it will require a /reload
or changing the skin to something else and back.