update np

This commit is contained in:
Bunny67
2018-07-28 21:14:28 +03:00
parent 05914d85e3
commit 31a64d0ca8
6 changed files with 50 additions and 17 deletions
@@ -29,7 +29,7 @@ function mod:ConfigureElement_Highlight(frame)
end
function mod:ConstructElement_Highlight(frame)
local f = CreateFrame("Frame", nil, frame)
local f = CreateFrame("Frame", "$parentHighlight", frame)
f.texture = frame.HealthBar:CreateTexture(nil, "ARTWORK")
f.texture:SetVertexColor(1, 1, 1, 0.3)
f.texture:Hide()