Demasiadas cosas
This commit is contained in:
parent
55b18c6def
commit
3d9aad6211
81 changed files with 7438 additions and 890 deletions
|
@ -3,6 +3,7 @@ using System.Collections;
|
|||
using System.Collections.Generic;
|
||||
using MyBox;
|
||||
using SimpleTools.DialogueSystem;
|
||||
using SimpleTools.SceneManagement;
|
||||
using UnityEngine;
|
||||
using UnityEngine.UI;
|
||||
|
||||
|
@ -30,6 +31,7 @@ public class Cutscene : MonoBehaviour {
|
|||
_start = Time.time;
|
||||
yield return new WaitForSeconds(fadeDuration);
|
||||
}
|
||||
Loader.Load(2);
|
||||
}
|
||||
|
||||
float _start;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue