View Single Post
07-26-14, 01:39 AM   #4
Phanx
Cat.
 
Phanx's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2006
Posts: 5,617
The unskinned minimap, nameplates, and tooltip kind of stick out like sore thumbs. You should also change the font in the UIErrorsFrame and RaidWarningFrame to match the rest of the UI:

Code:
UIErrorsFrame:SetFont("Interface\\AddOns\\MyAddon\\MyFont.ttf")
RaidWarningFrame:SetFont("Interface\\AddOns\\MyAddon\\MyFont.ttf")
The unskinned player buffs aren't as glaring, but it's also not very hard to skin those, so you should probably just do it.
__________________
Retired author of too many addons.
Message me if you're interested in taking over one of my addons.
Don’t message me about addon bugs or programming questions.
  Reply With Quote