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

  1. menu "hud_ammo_Walther P38" 256 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 216 7 16 128
  14. rect 208 7 32 128
  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_pistol
  22. //statbar_shader textures/hud/clip_thompson
  23. }
  24.  
  25. //==================================================
  26. // Ammo Count Seperator
  27.  
  28. resource
  29. Label
  30. {
  31. name "ammoseperator"
  32. title "|"
  33. rect 160 117 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. fgcolor 0.70 0.60 0.05 1.00
  51. bgcolor 0.50 0.50 0.50 0.00
  52. borderstyle "NONE"
  53. playerstat 4 // ammo
  54. textalign left
  55. font facfont-20
  56. outlinedtext 1
  57. }
  58.  
  59. //==================================================
  60. // Ammo Clip Count
  61.  
  62. resource
  63. Label
  64. {
  65. name "clipcount"
  66. rect 128 117 32 18
  67. fgcolor 0.70 0.60 0.05 1.00
  68. bgcolor 0.50 0.50 0.50 0.00
  69. borderstyle "NONE"
  70. playerstat 6 // clip ammo
  71. textalign right
  72. font facfont-20
  73. outlinedtext 1
  74. }
  75.  
  76. //==================================================
  77. // Weapon Name Display
  78.  
  79. resource
  80. Label
  81. {
  82. name "weaponname"
  83. rect 0 95 200 22
  84. fgcolor 0.70 0.60 0.05 1.00
  85. bgcolor 0.50 0.50 0.50 0.00
  86. borderstyle "NONE"
  87. itemstat 1 // equipped weapon
  88. textalign right
  89. font facfont-20
  90. outlinedtext 1
  91. }
  92.  
  93.  
  94. end.
  95.