1
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user