单空格变多空格

This commit is contained in:
2025-06-16 15:31:53 +08:00
parent baeb678d91
commit eb41646e10
19 changed files with 886 additions and 1412 deletions
+2
View File
@@ -1,6 +1,7 @@
using System;
using AibisDream.Framework;
using AibisDream.Utility;
using UnityEngine;
using Yarn.Unity;
namespace AibisDream
@@ -22,6 +23,7 @@ namespace AibisDream
private void HandleLineOutput(LocalizedLine dialogueLine, Action onDialogueLineFinished)
{
Debug.Log($"HandleLineOutput: {dialogueLine.TextID}");
DialogCanvasManager.Instance.ShowLine(dialogueLine.TextWithoutCharacterName.Text,
dialogueLine.GetCharacterVo(), onDialogueLineFinished, dialogueLine.TextID, dialogueLine.IsAutoSkipLine());
}