emsixteen

time

Apr 26th, 2010
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 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. itemDef {
  9. name "timerfg"
  10. decoration
  11. rect 250 115 100 29
  12. visible 1
  13. backcolor 0 0.5 1 0.4
  14. style 1
  15. }
  16.  
  17. itemDef {
  18. name "Timer duel"
  19. textalign 0
  20. style 0
  21. rect 270 142 50 12
  22. visible 1
  23. textstyle 3
  24. decoration
  25. forecolor 1 1 1 0.7
  26. textscale .6
  27. ownerdraw CG_LEVELTIMER
  28. ownerdrawflag CG_SHOW_ANYNONTEAMGAME
  29. }
  30.  
  31. itemDef {
  32. name "Timer tdm"
  33. textalign 0
  34. style 0
  35. rect 272 140 50 12
  36. visible 1
  37. textstyle 3
  38. decoration
  39. forecolor 1 1 1 0.7
  40. textscale .6
  41. ownerdraw CG_LEVELTIMER
  42. ownerdrawflag CG_SHOW_ANYTEAMGAME
Add Comment
Please, Sign In to add comment