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

  1. menu "hud_ammo_M18 Smoke Grenade" 256 384 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 176 32 192
  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 4 // ammo
  20. maxplayerstat 5 // max ammo
  21. statbar_tileshader textures/hud/clip_cangrenade
  22. }
  23.  
  24. //==================================================
  25. // Total Ammo Count
  26.  
  27. resource
  28. Label
  29. {
  30. name "ammocount"
  31. rect 188 350 32 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. playerstat 4 // ammo
  36. textalign left
  37. font facfont-20
  38. outlinedtext 1
  39. }
  40.  
  41. //==================================================
  42. // Weapon Name Display
  43.  
  44. resource
  45. Label
  46. {
  47. name "weaponname"
  48. rect 0 328 200 22
  49. fgcolor 0.70 0.60 0.05 1.00
  50. bgcolor 0.50 0.50 0.50 0.00
  51. borderstyle "NONE"
  52. itemstat 1 // equipped weapon
  53. textalign right
  54. font facfont-20
  55. outlinedtext 1
  56. }
  57.  
  58.  
  59. end.
  60.