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

  1. menu "hud_ammo_Gewehrgranate" 328 96 NONE 1
  2. bgcolor 0 0 0 0
  3. fgcolor 1 1 1 1
  4. align right bottom
  5.  
  6. //==================================================
  7. // Grenades
  8. resource
  9. Label
  10. {
  11. name "ammobar_grenade"
  12. rect 280 0 32 80
  13. fgcolor 1.00 1.00 1.00 1.00
  14. bgcolor 0.50 0.50 0.50 0.00
  15. borderstyle "NONE"
  16. statbar vertical
  17. playerstat 4 // ammo
  18. maxplayerstat 5 // max ammo
  19. statbar_tileshader textures/hud/clip_riflegrenade
  20. }
  21.  
  22.  
  23. //==================================================
  24. // Ammo Clip Bullets Bar
  25.  
  26. resource
  27. Label
  28. {
  29. name "ammobar_bullet"
  30. rect 208 0 64 80
  31. fgcolor 1.00 1.00 1.00 1.00
  32. bgcolor 0.50 0.50 0.50 0.00
  33. borderstyle "NONE"
  34. statbar vertical
  35. playerstat 6 // clip ammo
  36. maxplayerstat 7 // max clip ammo
  37. statbar_tileshader textures/hud/clip_rifle
  38. //statbar_shader textures/hud/clip_thompson
  39. }
  40.  
  41. //==================================================
  42. // Ammo Count Seperator
  43.  
  44. resource
  45. Label
  46. {
  47. name "ammoseperator"
  48. title "|"
  49. rect 160 62 8 18
  50. fgcolor 0.70 0.60 0.05 1.00
  51. bgcolor 0.50 0.50 0.50 0.00
  52. borderstyle "NONE"
  53. textalign centerx
  54. font facfont-20
  55. outlinedtext 1
  56. }
  57.  
  58. //==================================================
  59. // Total Ammo Count
  60.  
  61. resource
  62. Label
  63. {
  64. name "ammocount"
  65. rect 168 62 32 18
  66. fgcolor 0.70 0.60 0.05 1.00
  67. bgcolor 0.50 0.50 0.50 0.00
  68. borderstyle "NONE"
  69. playerstat 30 // ammo
  70. textalign left
  71. font facfont-20
  72. outlinedtext 1
  73. }
  74.  
  75. //==================================================
  76. // Ammo Clip Count
  77.  
  78. resource
  79. Label
  80. {
  81. name "clipcount"
  82. rect 128 62 32 18
  83. fgcolor 0.70 0.60 0.05 1.00
  84. bgcolor 0.50 0.50 0.50 0.00
  85. borderstyle "NONE"
  86. playerstat 6 // clip ammo
  87. textalign right
  88. font facfont-20
  89. outlinedtext 1
  90. }
  91.  
  92.  
  93.  
  94. //==================================================
  95. // Weapon Name Display
  96.  
  97. resource
  98. Label
  99. {
  100. name "weaponname"
  101. rect 0 40 200 22
  102. fgcolor 0.70 0.60 0.05 1.00
  103. bgcolor 0.50 0.50 0.50 0.00
  104. borderstyle "NONE"
  105. itemstat 1 // equipped weapon
  106. textalign right
  107. font facfont-20
  108. outlinedtext 1
  109. }
  110.  
  111.  
  112. end.
  113.