mirror of
https://github.com/Bluewhale1337/ElvUIModernized.git
synced 2026-07-27 08:24:44 +00:00
update np
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user