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

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