Files
tianshu-engine/docs/guide/CREATORS_GUIDE.md

16 lines
832 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 创作者指南
本文档集涵盖所有剧作和功能配置的教程。
| 文档 | 说明 |
|------|------|
| [QUICK_START.md](QUICK_START.md) | 快速上手——5 分钟跑通第一个场景 |
| [SCENE_JSON_SPEC.md](SCENE_JSON_SPEC.md) | 所有字段的完整参考手册 |
| [BRANCHING.md](BRANCHING.md) | 基本分支、条件分支、隐藏选项 |
| [CONDITIONAL_ROUTING.md](CONDITIONAL_ROUTING.md) | `nextScene` 数组——条件路由P25 |
| [KEY_MOMENTS.md](KEY_MOMENTS.md) | StoryGallery 关键节点过滤P26 |
| [BATTLE_SYSTEM.md](BATTLE_SYSTEM.md) | 战斗 HUD + 战斗结算面板P31 |
| [INTERACTIONS.md](INTERACTIONS.md) | QTE、热点、循环等待 |
| [I18N.md](I18N.md) | 多语言字幕和 UI 国际化 |
| [PUBLISHING.md](PUBLISHING.md) | 打包发布——Web zip / macOS / Windows |