mirror of
https://github.com/parnic/ice-hud.git
synced 2025-06-16 06:40:13 -05:00
Version 0.7
- Added an option to change the bar colors - Using scheduled events now instead of Metrognome - Some small bug fixes
This commit is contained in:
@ -28,8 +28,8 @@ function IceUnitBar.prototype:init(name, unit)
|
||||
|
||||
self.unit = unit
|
||||
_, self.unitClass = UnitClass(self.unit)
|
||||
self:SetColor("dead", 0.5, 0.5, 0.5)
|
||||
self:SetColor("tapped", 0.8, 0.8, 0.8)
|
||||
self:SetDefaultColor("Dead", 0.5, 0.5, 0.5)
|
||||
self:SetDefaultColor("Tapped", 0.8, 0.8, 0.8)
|
||||
end
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user