Tones down screenshake (#1794)

This commit is contained in:
Swept
2020-08-19 09:24:50 -07:00
committed by GitHub
parent 81fea61b72
commit f79085d43e

View File

@@ -23,7 +23,7 @@ namespace Content.Client.GameObjects.Components.Mobs
private const float RestoreRateRamp = 0.1f;
// The maximum magnitude of the kick applied to the camera at any point.
private const float KickMagnitudeMax = 5f;
private const float KickMagnitudeMax = 2f;
private Vector2 _currentKick;
private float _lastKickTime;