aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikkel Bybjerg <mikkel.bybjerg@hotmail.com>2019-04-28 09:00:16 +0200
committerMikkel Bybjerg <mikkel.bybjerg@hotmail.com>2019-04-28 09:00:16 +0200
commit23b059b3c7f3d17e94dea436d0d7bcf1d81dede1 (patch)
tree8a949ab35be331e322471f760d884cb3e2cc5301 /nGJ2019/Assets/Scripts/TitleScreen.cs
parent8380ee8819530d796c78e8add135f350e0f7a283 (diff)
parent85441632d65425bdcaa76097e44e1f6f1f3bae7f (diff)
merge
Diffstat (limited to 'nGJ2019/Assets/Scripts/TitleScreen.cs')
-rw-r--r--nGJ2019/Assets/Scripts/TitleScreen.cs2
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");
}