Musica Ingame
This commit is contained in:
parent
3d9aad6211
commit
39597cfdff
32 changed files with 866 additions and 283 deletions
|
@ -63,7 +63,6 @@ public class GameManager : MonoBehaviour {
|
|||
if (!_doorOpened) {
|
||||
_doorOpened = true;
|
||||
AudioManager.instance.Play("Puerta");
|
||||
AudioManager.instance.FadeOut("Puerta", 1f);
|
||||
doorOpenEvent.Invoke();
|
||||
}
|
||||
if (CurrentTime >= time && !_dead) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue