From 0e365b3d2340add1f9c994eae964723398cc60d9 Mon Sep 17 00:00:00 2001 From: Touhexel Date: Sat, 22 Aug 2020 15:15:18 -0400 Subject: [PATCH] Last tutorial text had the wrong label --- Assets/Code/Tutorial.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Assets/Code/Tutorial.cs b/Assets/Code/Tutorial.cs index 7a4d950..211e297 100644 --- a/Assets/Code/Tutorial.cs +++ b/Assets/Code/Tutorial.cs @@ -175,7 +175,7 @@ public class Tutorial : MonoBehaviour { bs = BoardStateExtension.Initialize(); yield return new WaitForSeconds(5f); activePatchyNumber = 1; - SetText("TUTORIAL_EXTRA3", "That's all I have to share with you, please enjoy playing Luminous Strike"); + SetText("TUTORIAL_EXTRA4", "That's all I have to share with you, please enjoy playing Luminous Strike"); yield return new WaitForSeconds(5f); Application.LoadLevel(0); }