Skip to content

Instantly share code, notes, and snippets.

@Bruners
Created May 6, 2010 19:39
Show Gist options
  • Save Bruners/392605 to your computer and use it in GitHub Desktop.
Save Bruners/392605 to your computer and use it in GitHub Desktop.
-- Position and size
local Assistant = self:CreateTexture(nil, "OVERLAY")
Assistant:SetSize(16, 16)
Assistant:SetPoint('TOP', self)
-- Register it with oUF
self.Assistant = Assistant
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment