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

16 lines
487 B
Ucode

//=============================================================================
// InterpolationPoint.
// Used as destinations to move the camera to in Matinee scenes.
//=============================================================================
class InterpolationPoint extends Keypoint
native;
#exec Texture Import File=Textures\InterpolationPoint.pcx Name=S_Interp Mips=Off MASKED=1
defaultproperties
{
DrawScale=+0.35
bDirectional=True
Texture=S_Interp
}