Win screen (needs name change)
This commit is contained in:
12
Assets/Scripts/TestScripts.cs
Normal file
12
Assets/Scripts/TestScripts.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
using System.Collections;
|
||||
using System.Collections.Generic;
|
||||
using UnityEngine;
|
||||
using UnityEngine.SceneManagement;
|
||||
|
||||
public class TestScripts : MonoBehaviour
|
||||
{
|
||||
public void Start()
|
||||
{
|
||||
SceneManager.LoadScene(4);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user