emsixteen

Untitled

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