解决卡顿问题

This commit is contained in:
2025-12-24 21:39:01 +08:00
parent 2137d71c1f
commit 75d1165ee8
14 changed files with 60 additions and 652 deletions
+1 -1
View File
@@ -121,7 +121,7 @@ namespace AibisDream
public void ShowLine(string line)
{
_typewriter.ShowText("");
_typewriter.TextAnimator.SetText("");
gameObject.SetActive(true);
HandleLayout(line);
_typewriter.ShowText(line);