WoWInterface SVN PowerUp

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /
    from Rev 5 to Rev 6
    Reverse comparison

Rev 5 → Rev 6

trunk/PowerUp/PowerUp.lua
45,8 → 45,12
db.point, _, _, db.x, db.y = self.frame:GetPoint()
end)
 
SLASH_PowerUp1 = "/pu"
SLASH_PowerUp2 = "/powerup"
SlashCmdList.PowerUp = function()
InterfaceOptionsFrame_OpenToCategory(self.panel)
end
self:HideBlizzard()
 
self:Init()
end
 
trunk/PowerUp/Modules/Paladin.lua
50,6 → 50,7
self.timer.color = self.timer:CreateTexture(nil, "OVERLAY")
self.timer.color:SetTexture(db.texture)
self.timer.color:SetAllPoints(self.timer)
self.timer.color:SetVertexColor(db.colors.overlay.r, db.colors.overlay.g, db.colors.overlay.b, db.overlayAlpha)
self.timer:SetAllPoints(self.frame)
 
self.overlay = self.timer:CreateAnimationGroup()