Bytade grafik påbakgrund och golvet
This commit is contained in:
@@ -3,10 +3,10 @@ using UnityEngine;
|
||||
using UnityEngine.SceneManagement;
|
||||
|
||||
public class SceneLoader : MonoBehaviour {
|
||||
public string sceneName;
|
||||
public string SceneName;
|
||||
|
||||
public void LoadScene() {
|
||||
SceneManager.LoadScene(sceneName);
|
||||
SceneManager.LoadScene(SceneName);
|
||||
}
|
||||
public void Quit() {
|
||||
// Stänger spelet när det körs som en byggd applikation
|
||||
|
||||
Reference in New Issue
Block a user