home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 2003 June / macformat-130.iso / mac / Reviewed⁄Demos / Spearhead Demo / demota / pak1.pk3 / ui / hud_ammo_portableturret.urc < prev    next >
Encoding:
Text File  |  2002-10-21  |  2.3 KB  |  119 lines

  1. //menu "hud_ammo_Portable MG42" 288 263 NONE 1
  2. menu "hud_ammo_Portable MG42" 261 424 NONE 1
  3. bgcolor 0 0 0 0
  4. fgcolor 1 1 1 1
  5. align right bottom
  6.  
  7. //==================================================
  8. // Ammo Clip Bullets Bar
  9.  
  10. // back one, shifted down and to the right
  11. resource
  12. Label
  13. {
  14. name "clipbulletse"
  15. //rect 213 8 64 240
  16. rect 185 8 64 400
  17. fgcolor 1.00 1.00 1.00 1.00
  18. bgcolor 0.50 0.50 0.50 0.00
  19. borderstyle "NONE"
  20. statbar vertical_stagger_even
  21. playerstat 6 // clip ammo
  22. maxplayerstat 7 // max clip ammo
  23. //statbar_shader textures/hud/clip_thompson
  24. statbar_tileshader textures/hud/clip_rifle
  25. }
  26.  
  27. // this is the front one, and should be shifted up and to the left
  28. resource
  29. Label
  30. {
  31. name "clipbulletso"
  32. //rect 209 0 64 240
  33. rect 181 0 64 400
  34. fgcolor 0.50 0.50 0.50 1.00
  35. bgcolor 0.50 0.50 0.50 0.00
  36. borderstyle "NONE"
  37. statbar vertical_stagger_odd
  38. playerstat 6 // clip ammo
  39. maxplayerstat 7 // max clip ammo
  40. //statbar_tileshader textures/hud/clip_thompson
  41. statbar_tileshader textures/hud/clip_rifle
  42. }
  43.  
  44. //==================================================
  45. // Weapon Name Display
  46.  
  47. resource
  48. Label
  49. {
  50. name "weaponname"
  51. //rect 0 207 200 22
  52. rect 0 368 173 22
  53. //rect 0 367 200 22
  54. fgcolor 0.70 0.60 0.05 1.00
  55. bgcolor 0.50 0.50 0.50 0.00
  56. borderstyle "NONE"
  57. itemstat 1 // equipped weapon
  58. textalign right
  59. font facfont-20
  60. outlinedtext 1
  61. }
  62.  
  63.  
  64. //==================================================
  65. // Ammo Count Seperator
  66.  
  67. // resource
  68. // Label
  69. // {
  70. // name "ammoseperator"
  71. // title "|"
  72. // //rect 160 117 8 18
  73. // rect 160 373 8 18
  74. // fgcolor 0.70 0.60 0.05 1.00
  75. // bgcolor 0.50 0.50 0.50 0.00
  76. // borderstyle "NONE"
  77. // textalign centerx
  78. // font facfont-20
  79. // }
  80.  
  81. //==================================================
  82. // Total Ammo Count
  83.  
  84. resource
  85. Label
  86. {
  87. name "ammocount"
  88. //rect 168 117 32 18
  89. rect 0 390 173 22
  90. fgcolor 0.70 0.60 0.05 1.00
  91. bgcolor 0.50 0.50 0.50 0.00
  92. borderstyle "NONE"
  93. playerstat 6 // ammo
  94. textalign right
  95. font facfont-20
  96. outlinedtext 1
  97. }
  98.  
  99. //==================================================
  100. // Ammo Clip Count
  101.  
  102. // resource
  103. // Label
  104. // {
  105. // title "50"
  106. // name "clipcount"
  107. // //rect 128 117 32 18
  108. // rect 128 373 32 18
  109. // fgcolor 0.70 0.60 0.05 1.00
  110. // bgcolor 0.50 0.50 0.50 0.00
  111. // borderstyle "NONE"
  112. // playerstat 6 // clip ammo
  113. // textalign right
  114. // font facfont-20
  115. // }
  116.  
  117.  
  118. end.
  119.