diff options
author | marcinzelent <zelent.marcin@gmail.com> | 2019-04-28 08:57:14 +0200 |
---|---|---|
committer | marcinzelent <zelent.marcin@gmail.com> | 2019-04-28 08:57:14 +0200 |
commit | 85441632d65425bdcaa76097e44e1f6f1f3bae7f (patch) | |
tree | 8ab4b462919eb826467563634339490e0b3d993b /nGJ2019/Assets/Scripts/TitleScreen.cs | |
parent | 397abd83dc791d0d8cbbd20d918164c0c37143da (diff) |
Added procedural obstacle generation to level 1
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"); } |