This commit is contained in:
Tercio Jose
2023-07-11 14:11:03 -03:00
parent 6f92e054d8
commit fa65530a7c
19 changed files with 463 additions and 246 deletions
+6
View File
@@ -4055,6 +4055,12 @@ function gump:CreateNewLine(instance, index)
newLine.textura:SetVertTile(false)
newLine.statusbar:SetStatusBarTexture(newLine.textura)
newLine.extraTexture = newLine.statusbar:CreateTexture(nil, "overlay")
local evokerColor = Details.class_colors["EVOKER"]
newLine.extraTexture:SetColorTexture(unpack(evokerColor))
newLine.extraTexture:Hide()
--frame for hold the backdrop border
newLine.border = CreateFrame("Frame", "DetailsBarra_Border_" .. instance.meu_id .. "_" .. index, newLine.statusbar, "BackdropTemplate")
newLine.border:SetFrameLevel(newLine.statusbar:GetFrameLevel()+2)