Demasiadas cosas
This commit is contained in:
parent
55b18c6def
commit
3d9aad6211
81 changed files with 7438 additions and 890 deletions
13
Assets/Scripts/SceneLoad.cs
Normal file
13
Assets/Scripts/SceneLoad.cs
Normal file
|
@ -0,0 +1,13 @@
|
|||
using System.Collections;
|
||||
using System.Collections.Generic;
|
||||
using SimpleTools.AudioManager;
|
||||
using SimpleTools.SceneManagement;
|
||||
using UnityEngine;
|
||||
|
||||
public class SceneLoad : MonoBehaviour{
|
||||
|
||||
public void LoadScene(int sceneIndex) {
|
||||
AudioManager.instance.FadeOut("Viento", 1f);
|
||||
Loader.Load(sceneIndex);
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue