问题修复

1. 指针切换问题
2. 不同分辨率适配问题
This commit is contained in:
2025-03-19 15:46:06 +08:00
parent 6c72fd74d3
commit 72f63d8598
19 changed files with 1380 additions and 355 deletions
@@ -83,7 +83,9 @@ namespace AibisDream.FixSystem
// 逐个字符添加
yield return DOTween.To(() => text.text.Length, x => UpdateText(x, targetText, oldText), targetLength,
targetText.Length * typeSpeed).WaitForCompletion();
EnumEventSystem.Global.Send(DialogEventEnum.LineShown);
yield return new WaitForSeconds(0.5f);
EnumEventSystem.Global.Send(DialogEventEnum.LineEnd);
_nextStep.Invoke();
}