mirror of
https://github.com/parnic/ice-hud.git
synced 2025-06-16 06:40:13 -05:00
- fixed SetBottomText1 to propertly set text colors on the upper text line
- eclipse bar now colors the numerical value to whatever direction the bar is heading
This commit is contained in:
@ -1155,6 +1155,7 @@ function IceBarElement.prototype:SetBottomText1(text, color)
|
||||
alpha = 1
|
||||
end
|
||||
|
||||
self.frame.bottomUpperText:SetTextColor(self:GetColor(color, alpha))
|
||||
self.frame.bottomUpperText:SetText(text)
|
||||
self.frame.bottomUpperText:SetWidth(0)
|
||||
end
|
||||
|
Reference in New Issue
Block a user