Started Finalizing Ch. 1
title
This commit is contained in:
11
Assets/Scenes/LoreScenes/ToCh1.cs
Normal file
11
Assets/Scenes/LoreScenes/ToCh1.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
using UnityEngine;
|
||||
using UnityEngine.SceneManagement;
|
||||
|
||||
public class ToCh1 : MonoBehaviour
|
||||
{
|
||||
// Method to load the "Lore" scene
|
||||
public void LoadCh1()
|
||||
{
|
||||
SceneManager.LoadScene("Chapter1");
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user