This commit is contained in:
SoulliesOfficial
2025-12-22 23:27:18 -05:00
parent a2052bfe16
commit eaa688c7a9
21 changed files with 12530 additions and 10078 deletions

View File

@@ -64,6 +64,12 @@ namespace Cielonos.MainGame.Characters
viewSc.cameraRoot.rotation = Quaternion.Euler(
cinemachineTargetPitch + cameraAngleOverride /*- viewSc.muzzleLiftModule.currentMuzzlePositionY*/, cinemachineTargetYaw, 0.0f);
if (viewSc.isLockingTarget)
{
cinemachineEndLockYaw = viewSc.lockOnCamera.transform.eulerAngles.y;
}
/*
if (player.motionController.characterRotationType == PlayerMotionController.CharacterRotationType.ByAiming)
{