home *** CD-ROM | disk | FTP | other *** search
/ Game Level Design / GLDesign.bin / Software / UnrealEngine2Runtime / UE2Runtime-22262001_Demo.exe / Gameplay / Classes / Sunlight.uc < prev    next >
Text File  |  2003-12-11  |  391b  |  14 lines

  1. //=============================================================================
  2. // Directional sunlight
  3. //=============================================================================
  4. class Sunlight extends Light;
  5.  
  6. #exec Texture Import File=Textures\SunIcon.pcx  Name=SunIcon Mips=Off MASKED=1
  7.  
  8. defaultproperties
  9. {
  10.     Texture=SunIcon
  11.     bDirectional=True
  12.     LightEffect=LE_Sunlight
  13. }
  14.