뿌우우~
This commit is contained in:
@@ -48,6 +48,8 @@ public class GeppettoRunTriggerZone : MonoBehaviour
|
||||
private GameObject blackQuad;
|
||||
private Material blackMat;
|
||||
|
||||
[SerializeField] private AudioClip lastSFX;
|
||||
|
||||
private void Start()
|
||||
{
|
||||
if (geppetto != null)
|
||||
@@ -99,6 +101,8 @@ private void OnTriggerEnter(Collider other)
|
||||
col.enabled = false;
|
||||
|
||||
StartCoroutine(FadeWhileRunning());
|
||||
|
||||
SoundManager.Instance.PlaySFX(lastSFX);
|
||||
}
|
||||
|
||||
private void Update()
|
||||
|
||||
Reference in New Issue
Block a user