Merge remote-tracking branch 'origin/main'
This commit is contained in:
commit
e47966e8e1
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue