Hey can some one change the color of the font or add a background to the timer.
because when i added a background to the timer the back disappeared when i move my mouse.
TY
// Should change places depending on solo/team gametype, to avoid the team overlay
menuDef {
name "timerFrame"
rect 285 420 135 44
fullScreen MENU_FALSE
visible MENU_TRUE
itemDef {
name "Timer"
textalign 2
style 0
rect 0 0 84 20
visible 1
textstyle 3
decoration
forecolor 1 1 1 1
textscale 0.7
ownerdraw CG_LEVELTIMER
}
itemDef {
name "roundTimer"
textalign 2
style 0
rect 15 410 56 20
visible 1
textstyle 3
decoration
forecolor 1 1 1 1
textscale 0.4
ownerdraw CG_ROUNDTIMER
}
itemDef {
name "timerIcon"
rect 65 -19 20 20
style 1
backcolor 0 0 0 0.7
background "icons/icon_time.png"
visible 0
decoration
}
itemDef {
name "timerIcon"
rect 65 -20 20 20
style 1
backcolor 1 1 1 0.7
background "icons/icon_time.png"
visible 0
decoration
}
}



