ADDED BUILD SCENES FOR LORE
The project now knows there are lots of new scenes
This commit is contained in:
11
Assets/Scenes/LoreScenes/ToPrequel.cs
Normal file
11
Assets/Scenes/LoreScenes/ToPrequel.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
using UnityEngine;
|
||||
using UnityEngine.SceneManagement;
|
||||
|
||||
public class ToPrequel : MonoBehaviour
|
||||
{
|
||||
// Method to load the "Lore" scene
|
||||
public void LoadPrequelScene()
|
||||
{
|
||||
SceneManager.LoadScene("Prequel");
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user