大量问题修复以及串联

This commit is contained in:
2024-11-12 07:02:32 +08:00
parent 47f8726d75
commit b7f2ee4641
18 changed files with 4148 additions and 1010 deletions
+2 -2
View File
@@ -33,7 +33,7 @@ namespace AibisDream
private void HandleLineOutput(LocalizedLine dialogueLine, Action onTextShowed, Action onDialogueLineFinished)
{
// 对话系统正在交谈状态
DialogController.Instance.IsTalking = true;
//DialogController.Instance.IsTalking = true;
DialogCanvasManager.GetCurView().ShowLine(dialogueLine.TextWithoutCharacterName.Text,
dialogueLine.GetCharacterVo(), onDialogueLineFinished, onTextShowed, dialogueLine.IsAutoSkipLine());
@@ -63,7 +63,7 @@ namespace AibisDream
return;
}
DialogController.Instance.IsTalking = true;
//DialogController.Instance.IsTalking = true;
DialogCanvasManager.GetCurView().ShowOptions(dialogueOptions, onOptionSelected);
}