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

  1. menu "hud_ammo_Panzerschreck" 288 215 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 64 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_panzerschreck
  22. //statbar_shader textures/hud/clip_fraggrenade
  23. }
  24.  
  25. //==================================================
  26. // Total Ammo Count
  27.  
  28. resource
  29. Label
  30. {
  31. name "ammocount"
  32. rect 188 181 32 18
  33. fgcolor 0.70 0.60 0.05 1.00
  34. bgcolor 0.50 0.50 0.50 0.00
  35. borderstyle "NONE"
  36. playerstat 4 // ammo
  37. textalign left
  38. font facfont-20
  39. outlinedtext 1
  40. }
  41.  
  42. //==================================================
  43. // Weapon Name Display
  44.  
  45. resource
  46. Label
  47. {
  48. name "weaponname"
  49. rect 0 159 200 22
  50. fgcolor 0.70 0.60 0.05 1.00
  51. bgcolor 0.50 0.50 0.50 0.00
  52. borderstyle "NONE"
  53. itemstat 1 // equipped weapon
  54. textalign right
  55. font facfont-20
  56. outlinedtext 1
  57. }
  58.  
  59.  
  60. end.
  61.