对话框优化

This commit is contained in:
2025-05-28 15:58:50 +08:00
parent 34f6aac9a1
commit 26e48ec37f
24 changed files with 1579 additions and 1321 deletions
@@ -61,12 +61,6 @@ namespace AibisDream
_dialogText.onTextShowed.AddListener(() => EnumEventSystem.Global.Send(DialogEventEnum.LineShown));
_nextStep = nextStep;
// 执行自动跳过结局
if (isAutoSkip)
{
_dialogText.onTextShowed.AddListener(() => _ = CommonUtil.Delay(200, NextStep));
}
}
public void ShowOptions(DialogOption[] dialogueOptions)