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

  1. menu "hud_ammo_PzB41 Anti-Tank" 261 407 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. name "clipbulletse"
  14. //rect 216 7 16 64
  15. rect 180 233 64 160
  16. fgcolor 1.00 1.00 1.00 1.00
  17. bgcolor 0.50 0.50 0.50 0.00
  18. borderstyle "NONE"
  19. statbar vertical_stagger_even
  20. playerstat 6 // clip ammo
  21. maxplayerstat 7 // max clip ammo
  22.  
  23. // statbar_tileshader textures/hud/clip_rifle
  24. statbar_tileshader textures/hud/clip_pzb41
  25. //statbar_shader textures/hud/clip_thompson
  26. }
  27.  
  28. resource
  29. Label
  30. {
  31. name "clipbulletso"
  32. //rect 216 7 16 64
  33. rect 188 225 64 160
  34. fgcolor 1.00 1.00 1.00 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_pzb41
  41. //statbar_shader textures/hud/clip_thompson
  42. }
  43.  
  44. // ///==================================================
  45. // // Ammo Count Seperator
  46. // 
  47. // resource
  48. // Label
  49. // {
  50. // name "ammoseperator"
  51. // title "|"
  52. // //rect 160 117 8 18
  53. // rect 92 373 8 18
  54. // fgcolor 0.70 0.60 0.05 1.00
  55. // bgcolor 0.50 0.50 0.50 0.00
  56. // borderstyle "NONE"
  57. // textalign centerx
  58. // font facfont-20
  59. // }
  60.  
  61. //==================================================
  62. // Total Ammo Count
  63.  
  64. // resource
  65. // Label
  66. // {
  67. // name "ammocount"
  68. // //rect 168 117 32 18
  69. // rect 100 373 32 18
  70. // fgcolor 0.70 0.60 0.05 1.00
  71. // bgcolor 0.50 0.50 0.50 0.00
  72. // borderstyle "NONE"
  73. // playerstat 4 // ammo
  74. // textalign left
  75. // font facfont-20
  76. // }
  77.  
  78. //==================================================
  79. // Ammo Clip Count
  80.  
  81. resource
  82. Label
  83. {
  84. name "reloadshots"
  85. //rect 128 117 32 18
  86. rect 80 373 32 18
  87. fgcolor 0.70 0.60 0.05 1.00
  88. bgcolor 0.50 0.50 0.50 0.00
  89. borderstyle "NONE"
  90. playerstat 6 // clip ammo
  91. textalign right
  92. font facfont-20
  93. outlinedtext 1
  94. }
  95.  
  96. //==================================================
  97. // Weapon Name Display
  98.  
  99. resource
  100. Label
  101. {
  102. name "weaponname"
  103. //rect 0 95 200 22
  104. rect 20 351 120 22
  105. fgcolor 0.70 0.60 0.05 1.00
  106. bgcolor 0.50 0.50 0.50 0.00
  107. borderstyle "NONE"
  108. itemstat 1 // equipped weapon
  109. textalign right
  110. font facfont-20
  111. outlinedtext 1
  112. }
  113.  
  114.  
  115.  
  116. end.
  117.