From aaa31482cec916788d384309029c32e67946f07c Mon Sep 17 00:00:00 2001 From: Adrian L Lange Date: Fri, 7 Aug 2009 19:05:20 +0200 Subject: [PATCH] Update texture paths --- oUF_P3lim.lua | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/oUF_P3lim.lua b/oUF_P3lim.lua index 2878ea1..dd24c3f 100644 --- a/oUF_P3lim.lua +++ b/oUF_P3lim.lua @@ -5,11 +5,10 @@ --]] - local format = string.format local localized, class = UnitClass('player') -local texture = [=[Interface\AddOns\oUF_P3lim\minimalist]=] +local texture = [=[Interface\AddOns\oUF_P3lim\media\minimalist]=] local backdrop = { bgFile = [=[Interface\ChatFrame\ChatFrameBackground]=], insets = {top = -1, left = -1, bottom = -1, right = -1}, @@ -94,7 +93,7 @@ end local function createAura(self, button, icons) icons.showDebuffType = true button.cd:SetReverse() - button.overlay:SetTexture([=[Interface\AddOns\oUF_P3lim\border]=]) + button.overlay:SetTexture([=[Interface\AddOns\oUF_P3lim\media\border]=]) button.overlay:SetTexCoord(0, 1, 0, 1) button.overlay.Hide = function(self) self:SetVertexColor(0.25, 0.25, 0.25) end button:HookScript('OnEnter', hookTooltip) -- 1.7.9.5