This commit is contained in:
CortexCore
2023-12-17 02:03:13 +08:00
parent 961ae8feb4
commit 11a8104c75
6 changed files with 79 additions and 56 deletions

View File

@@ -407,6 +407,7 @@ namespace BITFALL.Guns
_equipService.Zoom.Allow = CurrentState is Aim;
_equipService.Zoom.Value =Mathf.Lerp(1,_gun.InitialAimZoom, _aim);
_equipService.AllowScope = _aim > 0.5f && _gun.IsScopeAim;
_equipService.Aim = _aim;
if (breathingAdditive.Allow)