Item spawn update.

This commit is contained in:
Daniel Tyomin
2024-08-19 00:26:03 +02:00
parent b58dc516e1
commit 1b0cf8d159
6 changed files with 127 additions and 22 deletions

View File

@@ -22,6 +22,8 @@ public class HammerableRigidbody: RigidbodyInteractable
}
var clip = product.Type.SelectClip(product.Defect != DefectType.None);
NAudio.Play(clip, transform.position);
clip.Play(
transform.position,
Random.Range(0.8f, 1.2f));
}
}