3月问题修复

This commit is contained in:
2025-03-21 12:51:27 +00:00
parent b87606a018
commit 1272dff2c3
56 changed files with 3863 additions and 393 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();
}
@@ -186,7 +188,7 @@ namespace AibisDream.FixSystem
// HideDialog应该由其他函数控制
}
public bool TrySkipLine()
public bool TrySkipLine(bool isAutoSkip)
{
// 这里不能跳过对话
return true;