wangguan
2020-11-24 a27b3510185c04eb385f5ab3ad24fd4e87a27626
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();