Last tutorial text had the wrong label
This commit is contained in:
parent
3f1281c57b
commit
0e365b3d23
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue