This commit is contained in:
2025-06-10 18:49:40 +08:00
parent 38f93d5695
commit 2ab6004d8f
16 changed files with 3131 additions and 3678 deletions
@@ -65,6 +65,7 @@ namespace AibisDream
.Select(item => _bubbleFactory.Create(item))
.GroupBy(item => item.role)
.ToDictionary(group => group.Key, group => group.ToArray());
// 更新选项的位置
if (groupData.bubbleOptionSlots is { Length: 0 })
{
@@ -96,7 +97,7 @@ namespace AibisDream
bool isAutoSkip = false)
{
gameObject.SetActive(true);
if (TryGetBubble(character.role, character.bubbleIdx, out var bubble))
{
bubble.ShowActorName(character);