Version 0.6

- Improved TargetInfo and ToT module
- RoundBar texture looks better than ever
- PlayerHealth and TargetHealth modules have an option to turn off Blizzard default frames
- Fixed MH3 rounding bug
This commit is contained in:
iceroth
2006-09-02 20:20:01 +00:00
parent 6a143549dd
commit b8956a45fe
15 changed files with 716 additions and 236 deletions

View File

@ -194,11 +194,13 @@ end
-- OVERRIDE
function IceBarElement.prototype:Redraw()
IceBarElement.super.prototype.Redraw(self)
if (not self.moduleSettings.enabled) then
return
end
self.alpha = self.settings.alphaooc
self:CreateFrame()
self.frame:SetAlpha(self.alpha)
end