Fixed start game
This commit is contained in:
		@@ -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()
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user