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:
iceroth
2006-09-24 14:41:55 +00:00
parent 4a0991adac
commit fdbb8843ee
19 changed files with 178 additions and 112 deletions

View File

@ -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