h3nk387
07-07-2006, 03:37 AM
Hi, could use a little help with chaning color of the hp% on raid frames. I want the hp% text to be white
I got this code:
hpperc = {
type = "FontString",
layer = "OVERLAY",
Font = { NRF_FONT.."framd.ttf", 10, "OUTLINE" },
JustifyH = "RIGHT",
Anchor = "all",
TextColor = { 1, 1, 1 },
vars = { format = "$perc" },
},
Under Nurfed_RaidUnit_Template
How come it still stays green?
I got this code:
hpperc = {
type = "FontString",
layer = "OVERLAY",
Font = { NRF_FONT.."framd.ttf", 10, "OUTLINE" },
JustifyH = "RIGHT",
Anchor = "all",
TextColor = { 1, 1, 1 },
vars = { format = "$perc" },
},
Under Nurfed_RaidUnit_Template
How come it still stays green?