commit
4db6366f0b
@ -15,6 +15,6 @@ public class ChangeScene : MonoBehaviour
|
||||
private IEnumerator ChangeSceneToGame()
|
||||
{
|
||||
yield return new WaitForSeconds(5);
|
||||
SceneManager.LoadScene(3);
|
||||
SceneManager.LoadScene(2);
|
||||
}
|
||||
}
|
||||
|
@ -63,7 +63,7 @@ public class Menu_Buttons : MonoBehaviour
|
||||
}
|
||||
public void StartGame()
|
||||
{
|
||||
SceneManager.LoadScene(2);
|
||||
SceneManager.LoadScene(1);
|
||||
}
|
||||
|
||||
public void ExitGame()
|
||||
|
Loading…
Reference in New Issue
Block a user