Last tutorial text had the wrong label

This commit is contained in:
Texel 2020-08-22 15:15:18 -04:00
parent 3f1281c57b
commit 0e365b3d23
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}