Added all the needed scenes and made Scene1 Play button functional
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
using System.Collections;
|
||||
using System;
|
||||
using System.Collections;
|
||||
using System.Collections.Generic;
|
||||
using UnityEngine;
|
||||
using UnityEngine.SceneManagement;
|
||||
|
||||
public class Menu_Buttons : MonoBehaviour
|
||||
{
|
||||
@@ -59,4 +61,10 @@ public class Menu_Buttons : MonoBehaviour
|
||||
OptionVideoPanel.SetActive(false);
|
||||
OptionControlsPanel.SetActive(true);
|
||||
}
|
||||
public void StartGame()
|
||||
{
|
||||
SceneManager.LoadScene(2);
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user