1
0
KF2-Dev-Scripts/KFGameContent/Classes/KFSM_PlayerGorefast_Block.uc

26 lines
905 B
Ucode
Raw Permalink Normal View History

2020-12-13 15:01:13 +00:00
//=============================================================================
// KFSM_PlayerGorefast_Block
//=============================================================================
// Player-controlled gorefast block move
//=============================================================================
// Killing Floor 2
// Copyright (C) 2016 Tripwire Interactive LLC
//=============================================================================
class KFSM_PlayerGorefast_Block extends KFSM_PlayerZedBlockBase;
defaultproperties
{
AnimName=Block_Idle
// ---------------------------------------------
// Camera
bUseCustomThirdPersonViewOffset=true
CustomThirdPersonViewOffset={(
OffsetHigh=(X=-175,Y=50,Z=25),
OffsetLow=(X=-220,Y=50,Z=50),
OffsetMid=(X=-140,Y=50,Z=-10),
)}
ViewOffsetInterpTime=0.3f
CustomCameraFOV=64.f
CameraFOVTransitionTime=0.3f
}