From 51e5211590b58df92c4bbdb8974b14f96276690a Mon Sep 17 00:00:00 2001 From: wangguan <wangguan@kt007.com> Date: Thu, 19 Nov 2020 12:02:06 +0800 Subject: [PATCH] 全新适配 --- Assets/Scripts/Guide/CharForeach.cs | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Assets/Scripts/Guide/CharForeach.cs b/Assets/Scripts/Guide/CharForeach.cs index baee205..11bfde4 100644 --- a/Assets/Scripts/Guide/CharForeach.cs +++ b/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(); -- Gitblit v1.9.1