Skip to content

Instantly share code, notes, and snippets.

@tekkub
Created September 15, 2008 08:13
Show Gist options
  • Select an option

  • Save tekkub/10822 to your computer and use it in GitHub Desktop.

Select an option

Save tekkub/10822 to your computer and use it in GitHub Desktop.
-- Info string
local info = pp:CreateFontString(nil, "OVERLAY", "GameFontNormalSmall")
info:SetPoint("LEFT", 2, 0)
info:SetPoint("RIGHT", ppp, "LEFT", -2, 0)
info:SetJustifyH"LEFT"
info:SetTextColor(1, 1, 1)
info:SetText("[difficulty][smartlevel] [rare] [raidcolor][smartclass]")
table.insert(self.TaggedStrings, info)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment