WoWInterface SVN oUF_Industrial

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /trunk
    from Rev 17 to Rev 18
    Reverse comparison

Rev 17 → Rev 18

Addon.lua
178,7 → 178,8
health.value:SetShadowColor(0, 0, 0)
health.value:SetShadowOffset(1, -1)
 
frame:Tag(health.info, '[difficulty][smartlevel]|r [raidcolor][name]|r')
-- smooth updating
health.Smooth = true
 
-- powerbar
power:SetPoint(TL, health, BL, 0, -padding)
200,6 → 201,9
power.value:SetShadowColor(0, 0, 0)
power.value:SetShadowOffset(1, -1)
 
-- smooth updating
power.Smooth = true
 
-- frame
frame:RegisterForClicks('anyup')
frame:SetAttribute('type2', 'menu')
214,6 → 218,8
background:SetAllPoints(frame)
background:SetTexture(0, 0, 0, 1)
 
frame:Tag(health.info, '[difficulty][smartlevel]|r [raidcolor][name]|r')
 
-- buffs
buffs:SetPoint(MR, frame, ML, -padding, 0)
buffs:SetWidth(bar_width)