Ejemplo n.º 1
0
    public void DisplayText()
    {
        var nextStory = story.GetNextStory();

        story                = nextStory;
        storyText.text       = story.GetStoryText();
        storyTextShadow.text = story.GetStoryText();
        StartCoroutine(TextFade());
    }