wangguan
2020-11-20 95f79a2bd7d15d4926d9b488f22b088c288a9f6a
Assets/Scripts/Guide/CharForeach.cs
@@ -25,7 +25,7 @@
    public void StartShowWord(string str, Action cb)
    {
        Debug.Log("StartShowWord" + str);
        //Debug.Log("StartShowWord" + str);
        word = str;
        text.text = "";
@@ -39,7 +39,7 @@
    public void ShowWordImmediately()
    {
        Debug.Log("ShowWordImmediately");
       // Debug.Log("ShowWordImmediately");
        StopCoroutine("TypeText");
        text.text = "";
        char[] charArray = word.ToCharArray();