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