View Single Post
01-20-12, 07:02 PM   #1540
Clynikal
A Fallenroot Satyr
 
Clynikal's Avatar
Join Date: Feb 2011
Posts: 20
Originally Posted by Epiphany17 View Post
Of course this, you would keep the backdrop the same, and change the texture and font to whatever you'd like.
Code:
C.media = {
	["backdrop"] = "Interface\\ChatFrame\\ChatFrameBackground", -- default backdrop
	["font"] = "Fonts\\font.ttf", -- default pixel font
	["texture"] = "Interface\\AddOns\\SharedMedia\\statusbar\\pHishTex11.tga", -- statusbar texture
Hrm. I don't seem to be striking any luck with this. I dropped this last bit of code - after changing it up to my preferred font and texture - at around lines 93, 114 then 159 to see if perhaps it would change the outcome but alas it doesn't seem so :<

Thank you for all the help and coding thus far though!
__________________