WoWInterface SVN oUF_Industrial

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /trunk
    from Rev 8 to Rev 9
    Reverse comparison

Rev 8 → Rev 9

Addon.lua
150,7 → 150,7
local tapped = formatTextTapped(unit)
 
self.Name:SetText(('%s%s'):format(name, tapped))
self.Info:SetText(('%s %s %s'):format(level, class, happiness))
self.Info:SetText(('%s %s'):format(level, happiness))
end
 
function updatePower (self, event, unit, bar, min, max)
200,6 → 200,7
power:SetWidth(powerwidth)
power:SetHeight(powerheight)
power:SetStatusBarTexture(powertexture)
power.colorType = true
 
power.info:SetPoint(ML, power, ML, textinset, 0)
power.info:SetJustifyH('LEFT')