|
@@ -44,7 +44,7 @@ public class Typewriter : MonoBehaviour
|
|
|
{
|
|
|
// StringContent = Showtext.text;
|
|
|
curPos = 0;
|
|
|
- Debug.Log("文本内容:" + StringContent.Length);
|
|
|
+ // Debug.Log("文本内容:" + StringContent.Length);
|
|
|
Showtext.text = string.Empty;
|
|
|
InvokeRepeating("Typing", 0, TypeSpeed);
|
|
|
IsOver = false;
|