mirror of
https://github.com/parnic/ice-hud.git
synced 2025-06-16 14:50:13 -05:00
- fixed custom bars not monitoring weapon enchants/poisons correctly
- fixed custom bars and cooldown bars drawing at full alpha at all times
This commit is contained in:
@ -397,7 +397,7 @@ function IceCustomCDBar.prototype:GetOptions()
|
||||
name = L["Upper Text Color"],
|
||||
get = function()
|
||||
self:FixupTextColors()
|
||||
return self.moduleSettings.upperTextColor.r, self.moduleSettings.upperTextColor.g, self.moduleSettings.upperTextColor.b, 1
|
||||
return self.moduleSettings.upperTextColor.r, self.moduleSettings.upperTextColor.g, self.moduleSettings.upperTextColor.b, self.alpha
|
||||
end,
|
||||
set = function(info, r,g,b)
|
||||
self.moduleSettings.upperTextColor.r = r
|
||||
|
Reference in New Issue
Block a user