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

  1. menu "hud_fuse_wet" 512 96 NONE 1
  2. bgcolor 0 0 0 0
  3. fgcolor 1 1 1 1
  4. align left centery
  5.  
  6. //==================================================
  7. // Fuse Base
  8.  
  9. resource
  10. Label
  11. {
  12. name "fusebase"
  13. rect 0 32 128 64
  14. fgcolor 1.00 1.00 1.00 1.00
  15. bgcolor 0.50 0.50 0.50 0.00
  16. borderstyle "NONE"
  17. shader textures/hud/fusebase_shoot
  18. }
  19.  
  20. //==================================================
  21. // Fuse fuse
  22.  
  23. resource
  24. Label
  25. {
  26. name "fuse"
  27. rect 64 32 128 64
  28. fgcolor 1.00 1.00 1.00 1.00
  29. bgcolor 0.00 0.00 0.00 0.00
  30. borderstyle "NONE"
  31. linkcvar "ui_stopwatch"
  32. statbar horizontal 0 5000
  33. statbar_tileshader textures/hud/fusetile
  34. // rect 64 0 64 64
  35. statbar_shader_marker sticky_smoke
  36. }
  37.  
  38. end.
  39.