mirror of
https://github.com/parnic/ice-hud.git
synced 2025-06-16 06:40:13 -05:00
- made castbar text respect alpha settings
This commit is contained in:
@ -81,6 +81,7 @@ function IceCastBar.prototype:OnUpdate()
|
|||||||
local time = GetTime()
|
local time = GetTime()
|
||||||
|
|
||||||
self:Update()
|
self:Update()
|
||||||
|
self:SetTextAlpha()
|
||||||
|
|
||||||
-- handle casting and channeling
|
-- handle casting and channeling
|
||||||
if (self.action == IceCastBar.Actions.Cast or self.action == IceCastBar.Actions.Channel) then
|
if (self.action == IceCastBar.Actions.Cast or self.action == IceCastBar.Actions.Channel) then
|
||||||
|
Reference in New Issue
Block a user