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

  1. //=============================================================================
  2. // A directional spotlight.
  3. //=============================================================================
  4. class Spotlight extends Light;
  5.  
  6. defaultproperties
  7. {
  8.      bDirectional=True
  9.      LightEffect=LE_Spotlight
  10. }
  11.