BetterBlizzardButtonBorder attempts to reveal the true glory of Blizzard's existing button border texture (Interface\BUTTONS\UI-Quickslot2) : http://i.imgur.com/Fe6uN.png
http://i.imgur.com/JnG6F.png
Support for FacePaint is included: you can optionally tell BBBB to color your button borders according to your FacePaint settings.
--McConfig
--------
local FacePaint = true-- use "FacePaint" settings to color borders?
local BorderColors = {-- applied if FacePaint = false
top = {r = 1, g = 1, b = 1, a = 1},-- top gradient color
bot = {r = 1, g = 1, b = 1, a = 1}-- bottom gradient color
}
To do:
aura borders!
Thanks to Neal's nMainbar for the idea of accessing the Shapeshift buttons via Blizzard's PetActionBar_Update function.
http://i.imgur.com/JnG6F.png
Support for FacePaint is included: you can optionally tell BBBB to color your button borders according to your FacePaint settings.
--McConfig
--------
local FacePaint = true-- use "FacePaint" settings to color borders?
local BorderColors = {-- applied if FacePaint = false
top = {r = 1, g = 1, b = 1, a = 1},-- top gradient color
bot = {r = 1, g = 1, b = 1, a = 1}-- bottom gradient color
}
To do:
aura borders!
Thanks to Neal's nMainbar for the idea of accessing the Shapeshift buttons via Blizzard's PetActionBar_Update function.