diff options
Diffstat (limited to 'nGJ2019/Assets/Scripts/TitleScreen.cs')
-rw-r--r-- | nGJ2019/Assets/Scripts/TitleScreen.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nGJ2019/Assets/Scripts/TitleScreen.cs b/nGJ2019/Assets/Scripts/TitleScreen.cs index d439c51..3ec62b2 100644 --- a/nGJ2019/Assets/Scripts/TitleScreen.cs +++ b/nGJ2019/Assets/Scripts/TitleScreen.cs @@ -15,7 +15,7 @@ public class TitleScreen : MonoBehaviour public void ToLevel1() { - SceneManager.LoadScene("Level1"); + SceneManager.LoadScene("Tutorial"); } public void Quit() |