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

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