X-Git-Url: https://www.aleksib.fi/git/wowui.git/blobdiff_plain/875c87e09066367d69d39b51bde0148b4a3ec01b..a5940de0c59cc9f6acc34c09402dbe137fcf4650:/OmaRF/RaidFrame.lua diff --git a/OmaRF/RaidFrame.lua b/OmaRF/RaidFrame.lua index f5db419..f8ca89f 100644 --- a/OmaRF/RaidFrame.lua +++ b/OmaRF/RaidFrame.lua @@ -145,6 +145,12 @@ local function setupFrame(frame, secure, unit) frame.ready:SetPoint("TOPLEFT", frame.background, "BOTTOMLEFT", 0, 14); frame.ready:SetPoint("BOTTOMRIGHT", frame.background, "BOTTOMLEFT", 14, 0); frame.ready:Hide(); + frame.targeticon = frame:CreateTexture(nil, "OVERLAY"); + frame.targeticon:SetPoint("CENTER", frame.background, "TOP"); + frame.targeticon:SetWidth(12); + frame.targeticon:SetHeight(12); + frame.targeticon:SetTexture("Interface\\TARGETINGFRAME\\UI-RaidTargetingIcons"); + frame.targeticon:Hide(); -- set up indicators setupIndicators(frame, class); -- set scripts