diff options
author | Mikkel Bybjerg <mikkel.bybjerg@hotmail.com> | 2019-04-28 09:00:16 +0200 |
---|---|---|
committer | Mikkel Bybjerg <mikkel.bybjerg@hotmail.com> | 2019-04-28 09:00:16 +0200 |
commit | 23b059b3c7f3d17e94dea436d0d7bcf1d81dede1 (patch) | |
tree | 8a949ab35be331e322471f760d884cb3e2cc5301 /nGJ2019/Assets/Scripts/TitleScreen.cs | |
parent | 8380ee8819530d796c78e8add135f350e0f7a283 (diff) | |
parent | 85441632d65425bdcaa76097e44e1f6f1f3bae7f (diff) |
merge
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 3ec62b2..bf37785 100644 --- a/nGJ2019/Assets/Scripts/TitleScreen.cs +++ b/nGJ2019/Assets/Scripts/TitleScreen.cs @@ -13,7 +13,7 @@ public class TitleScreen : MonoBehaviour Application.Quit(); } - public void ToLevel1() + public void OpenTutorial() { SceneManager.LoadScene("Tutorial"); } |