home *** CD-ROM | disk | FTP | other *** search
/ GameStar Special 2004 September / GSSH0904CD2.iso / Doom3 / MapsSolo / TriteBreedindFacility / TriteBreedindFacility.exe / kiltron1.pk4 / guis / kiltron1 / level_monkey.gui < prev    next >
Text File  |  2004-08-23  |  583b  |  32 lines

  1. windowDef Desktop
  2. {
  3.     rect    0,0,640,480
  4.     windowDef glassCrack
  5.     {
  6.         rect    5,5,-630,470
  7.         visible    1
  8.         background    "guis/assets/kiltron1/level_monkey"
  9.         matcolor    1 ,1,1,0.4
  10.     }
  11.     windowDef Outershadow
  12.     {
  13.         rect    0,0,640,480
  14.         background    "guis/assets/common/outershadow"
  15.         matcolor    1 ,1 ,1 ,1
  16.         visible    1
  17.     }
  18.     windowDef GlassScratch1
  19.     {
  20.         rect    0,0,-639,-482
  21.         background    "guis/assets/common/scratch1d"
  22.         visible    1
  23.         matcolor    0,0,0,0.7
  24.     }
  25.     windowDef GlassScratch
  26.     {
  27.         rect    0,-2,-639,-482
  28.         background    "gui/common/scratch1d"
  29.         visible    1
  30.         matcolor    0.7,0.7,0.7,1
  31.     }
  32. }