安卓版问题修复

This commit is contained in:
2025-12-22 19:01:26 +08:00
parent afa2e251df
commit 5c65e6d4ee
43 changed files with 2138 additions and 38 deletions
+1 -1
View File
@@ -121,7 +121,7 @@ namespace AibisDream
public void ShowLine(string line)
{
_typewriter.TextAnimator.SetText("");
_typewriter.ShowText("");
gameObject.SetActive(true);
HandleLayout(line);
_typewriter.ShowText(line);