E:Point, E:Size, E:Width, E:Height, & cleanup

This commit is contained in:
Crum
2018-05-16 23:20:04 -05:00
parent eac6a04517
commit d52da42f77
65 changed files with 958 additions and 1102 deletions
+2 -2
View File
@@ -12,8 +12,8 @@ local function LoadSkin()
if E.private.skins.blizzard.enable ~= true or E.private.skins.blizzard.bgscore ~= true then return end
E:CreateBackdrop(WorldStateScoreFrame, "Transparent")
WorldStateScoreFrame.backdrop:SetPoint("TOPLEFT", 10, -15)
WorldStateScoreFrame.backdrop:SetPoint("BOTTOMRIGHT", -113, 67)
E:Point(WorldStateScoreFrame.backdrop, "TOPLEFT", 10, -15)
E:Point(WorldStateScoreFrame.backdrop, "BOTTOMRIGHT", -113, 67)
E:StripTextures(WorldStateScoreFrame)