feat(dialog): 添加梦境选项提示语支持
标记 #option_prompt 的台词不再进入普通台词流程,由 OptionView 暂存并在下一组 Dream Options 出现时显示在选项上方,同时通过 新增 LineHistoryAppend 事件加入对话历史。OnelineOptions 支持 提示语文本与独立选项根节点,并改为按实例追踪销毁按钮。
This commit is contained in:
@@ -35,7 +35,8 @@ namespace AibisDream
|
||||
LineShown,
|
||||
LineEnd,
|
||||
OptionShow,
|
||||
OptionSelected
|
||||
OptionSelected,
|
||||
LineHistoryAppend
|
||||
}
|
||||
|
||||
public enum InteractionEventEnum
|
||||
|
||||
Reference in New Issue
Block a user