From a27b3510185c04eb385f5ab3ad24fd4e87a27626 Mon Sep 17 00:00:00 2001 From: wangguan <wangguan@kt007.com> Date: Tue, 24 Nov 2020 20:58:51 +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