changes
This commit is contained in:
@@ -14,6 +14,14 @@ public class SceneLodarManual : MonoBehaviour
|
||||
button.onClick.AddListener(LoadScene);
|
||||
}
|
||||
|
||||
private void Update()
|
||||
{
|
||||
if (Input.GetKeyDown(KeyCode.Space))
|
||||
{
|
||||
LoadScene();
|
||||
}
|
||||
}
|
||||
|
||||
void LoadScene()
|
||||
{
|
||||
SceneManager.LoadScene("GameIntro");
|
||||
|
||||
Reference in New Issue
Block a user