Skip to content

Instantly share code, notes, and snippets.

@Evilpaul
Created October 12, 2010 09:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Evilpaul/621916 to your computer and use it in GitHub Desktop.
Save Evilpaul/621916 to your computer and use it in GitHub Desktop.
-- Position and size
local picon = self:CreateTexture(nil, 'OVERLAY')
picon:SetPoint('TOPLEFT', self)
picon:SetSize(16, 16)
-- Register it with oUF
self.PhaseIcon = picon
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment