from retail

This commit is contained in:
NoM0Re
2025-01-07 16:12:17 +01:00
parent 74a1a856ac
commit 395d448066
14 changed files with 92 additions and 60 deletions
+1 -1
View File
@@ -98,7 +98,7 @@ local function create(parent)
frame.background = background;
background:SetAllPoints(frame);
local foreground = frame:CreateTexture(nil, "ART");
local foreground = frame:CreateTexture(nil, "ARTWORK");
frame.foreground = foreground;
foreground:SetAllPoints(frame);