Advertisement
DUND3RZ

Untitled

Feb 17th, 2019
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. function(expirationTime, duration, progress, formatedDuration, name, icon, stacks)
  2. local r = aura_env.region
  3. if not r.text3 then
  4. r.text3 = r.bar:CreateFontString(nil, "OVERLAY")
  5. r.text3:SetFont(r.text:GetFont())
  6. r.text3:SetJustifyH("CENTER")
  7. r.text3:SetJustifyV("MIDDLE")
  8. r.text3:SetTextColor(1,1,1,1)
  9. r.text3:SetPoint("CENTER")
  10. r.text3:Show()
  11. end
  12. r.text3:SetText(progress)
  13. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement