emsixteen

time

Apr 26th, 2010
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. // GAME TIME
  2. menuDef {
  3. name "Timer"
  4. fullScreen MENU_FALSE
  5. visible MENU_TRUE
  6. rect 2 0 32 256
  7.  
  8.  
  9. itemDef {
  10. name "Timer duel"
  11. textalign 0
  12. style 0
  13. rect 270 142 50 12
  14. visible 1
  15. textstyle 3
  16. decoration
  17. forecolor 1 1 1 0.7
  18. textscale .6
  19. ownerdraw CG_LEVELTIMER
  20. ownerdrawflag CG_SHOW_ANYNONTEAMGAME
Add Comment
Please, Sign In to add comment