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

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