WoWInterface SVN oUF_Experience

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /
    from Rev 22 to Rev 23
    Reverse comparison

Rev 22 → Rev 23

trunk/oUF_Experience/oUF_Experience.lua
5,7 → 5,7
.Experience.Text [fontstring] (optional)
 
Shared:
- Color [table] - will use oUF.colors.health if not set
- Colors [table] - will use oUF.colors.health if not set
- Tooltip [boolean]
- MouseOver [boolean]
 
41,7 → 41,7
bar:SetMinMaxValues(0, max)
bar:SetValue(min)
bar:EnableMouse()
bar:SetStatusBarColor(unpack(self.Color or self.colors.health))
bar:SetStatusBarColor(unpack(bar.Colors or self.colors.health))
 
if(not bar.MouseOver) then
bar:SetAlpha(1)