WoWInterface SVN oUF_Ruben

Compare Revisions

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

Rev 17 → Rev 18

trunk/oUF_Ruben/oUF_Ruben.lua
15,7 → 15,8
 
local flat = [=[Interface\ChatFrame\ChatFrameBackground]=]
local statbaralpha = 0.6
local smooth = mediaPath .. 'Ish14'
local smooth = mediaPath .. 'oRA3'
local gradient = mediaPath .. 'Ish14'
 
ns.fonts = {}
ns.fonts.silk = mediaPath.."slkscr.ttf"
290,7 → 291,7
if unit ~= "targettarget" then
 
local hp = CreateFrame"StatusBar"
hp:SetStatusBarTexture(smooth)
hp:SetStatusBarTexture(gradient)
 
hp:SetParent(self)
hp:SetAllPoints()
313,7 → 314,7
 
local hpbg = hp:CreateTexture(nil, "BORDER")
hpbg:SetAllPoints(hp)
hpbg:SetTexture(smooth)
hpbg:SetTexture(gradient)
hpbg:SetAlpha(statbaralpha)
 
hp.bg = hpbg
678,7 → 679,7
self.HealCommBar = CreateFrame('StatusBar', nil, self.Health)
self.HealCommBar:SetHeight(0)
self.HealCommBar:SetWidth(0)
self.HealCommBar:SetStatusBarTexture(smooth)
self.HealCommBar:SetStatusBarTexture(gradient)
self.HealCommBar:SetStatusBarColor(0, 1, .4, 0.25)
self.HealCommBar:SetPoint'LEFT'