Skip to content

Instantly share code, notes, and snippets.

@Evilpaul
Created October 12, 2010 09:37
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/621922 to your computer and use it in GitHub Desktop.
Save Evilpaul/621922 to your computer and use it in GitHub Desktop.
-- Position and size
local qicon = self:CreateTexture(nil, 'OVERLAY')
qicon:SetPoint('TOPLEFT', self)
qicon:SetSize(16, 16)
-- Register it with oUF
self.QuestIcon = qicon
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment