Skip to content

Instantly share code, notes, and snippets.

@haste
Created April 28, 2010 10:58
Show Gist options
  • Save haste/382005 to your computer and use it in GitHub Desktop.
Save haste/382005 to your computer and use it in GitHub Desktop.
-- Position and size
local Leader = self:CreateTexture(nil, "OVERLAY")
Leader:SetSize(16, 16)
Leader:SetPoint("BOTTOM", self, "TOP")
-- Register it with oUF
self.Leader = Leader
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment