Skins/Character: skin character frame

This commit is contained in:
andrew6180
2023-12-11 17:46:50 -07:00
parent eb149a770d
commit 1f8377b619
4 changed files with 360 additions and 670 deletions
+1 -1
View File
@@ -164,7 +164,7 @@ local function CreateBackdrop(frame, template, glossTex, ignoreUpdates, forcePix
if not frame.backdrop then frame.backdrop = backdrop end
if frame.forcePixelMode or forcePixelMode then
backdrop:SetOutside(frame, E.twoPixelsPlease and 2 or 1, E.twoPixelsPlease and 2 or 1)
backdrop:SetOutside(frame, E.mult, E.mult)
else
local border = isNamePlateElement and NP.BORDER or nil
backdrop:SetOutside(frame, border, border)