Hi everyone,
I've modded the mainmenu.wnd, for our MOD (ROTR).
I enabled the clock, too. Everything's working out well, but one thing gives me a headache:
How do I change the font shown on the clock. I've tried this one
Code:
DRAWCALLBACK = "W3DClockDraw";
---->FONT = NAME: "Courier", SIZE: 10, BOLD: 0;<--------
HEADERTEMPLATE = "[NONE]";
TOOLTIPDELAY = -1;
but changing this line of code, seems to have no effect after all.
So my question is:
Is it possible to change the font of the clock and which parameter defines it??
Thanx in advance
