Merge remote-tracking branch 'origin/main'

This commit is contained in:
Sveske Juice 2024-02-04 02:47:31 -08:00
commit e47966e8e1
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()
{
RumbleManager.StartRumble(-1, 0.5f, 0.5f, 0.25f);
CameraShaker.ShakecShake(0.125f, 0.25f);
CameraShaker.ShakecShake(0.1f, 0.25f);
}
private void Update()