rott/kf_sources/GamePlay/Classes/Sunlight.uc
2026-07-14 20:27:09 +07:00

14 lines
391 B
Ucode

//=============================================================================
// Directional sunlight
//=============================================================================
class Sunlight extends Light;
#exec Texture Import File=Textures\SunIcon.pcx Name=SunIcon Mips=Off MASKED=1
defaultproperties
{
Texture=SunIcon
bDirectional=True
LightEffect=LE_Sunlight
}