Build settings
This commit is contained in:
parent
c829d04a19
commit
84cf78921f
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