切换主武器

This commit is contained in:
SoulliesOfficial
2025-12-23 19:47:06 -05:00
parent eaa688c7a9
commit 2a2aa728d5
275 changed files with 12579 additions and 2770 deletions

View File

@@ -56,7 +56,7 @@ namespace Cielonos.MainGame.Characters
if (owner is Player player)
{
dashRotation.y = player.viewSc.isLockingTarget
dashRotation.y = player.viewSc.lockTargetModule.isUsingLockTargetCamera
? player.viewSc.cameraRotationSm.cinemachineEndLockYaw + angle
: player.viewSc.cameraRotationSm.cinemachineTargetYaw + angle;
}