This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
Yo can you add these for next update? If I select 'Solid' texture it is pretty hard to see the font without any outline/shadow etc. Please consider adding! Thank u man.
You can add OUTLINE via Lua-Edit:
in CastBarTemplate.lua
search for
self.TimeText:SetFont(media:Fetch("font", db.font), db.timefontsize)
and change it to
self.TimeText:SetFont(media:Fetch("font", db.font), db.timefontsize, "OUTLINE")
and also search for
self.Text:SetFont(media:Fetch("font", db.font), db.fontsize)
self.Text:SetFont(media:Fetch("font", db.font), db.fontsize, "OUTLINE")
But yes I also think that this should be a feature in the GUI, maybe the author can add it in the future.
also nice to have:
Changing framestrata and text alignment in the GUI :)
i know u are not the author but help me add outline to buffs debuffs section :P
To post a comment, please login or register a new account.