Build settings

This commit is contained in:
BOT Alex 2024-02-04 11:46:40 +01:00
parent c829d04a19
commit 84cf78921f
3 changed files with 173 additions and 27 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -28,7 +28,7 @@ public class EnemyPathFinding : MonoBehaviour
private void Rumble() private void Rumble()
{ {
RumbleManager.StartRumble(-1, 0.5f, 0.5f, 0.25f); RumbleManager.StartRumble(-1, 0.5f, 0.5f, 0.25f);
CameraShaker.ShakecShake(0.125f, 0.25f); CameraShaker.ShakecShake(0.1f, 0.25f);
} }
private void Update() private void Update()