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
+1 -1
View File
@@ -86,7 +86,7 @@ function E:CreateCooldownTimer(parent)
timer:SetScript("OnUpdate", function() Cooldown_OnUpdate(this, arg1) end)
local text = timer:CreateFontString(nil, "OVERLAY")
text:SetPoint("CENTER", 1, 1)
E:Point(text, "CENTER", 1, 1)
text:SetJustifyH("CENTER")
timer.text = text