> For the complete documentation index, see [llms.txt](https://morphic.com/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://morphic.com/docs/zh/you-xi-she-ji.md).

# 游戏设计

- [概览](https://morphic.com/docs/zh/you-xi-she-ji/overview.md)
- [训练风格模型](https://morphic.com/docs/zh/you-xi-she-ji/train-a-style-model.md): 风格模型是 Morphic 上的一项功能，允许你上传特定风格的图像并使用 AI 训练风格模型，然后在提示过程中选择该模型时生成该风格的输出。
- [生成游戏内素材](https://morphic.com/docs/zh/you-xi-she-ji/generating-in-game-assets.md): Morphic 可让你训练风格模型以保持视觉一致性，并利用其 AI 能力生成素材，用于你的游戏设计和开发流程。
- [生成 NPC 角色](https://morphic.com/docs/zh/you-xi-she-ji/generating-npc-characters.md): Morphic 可让你训练风格模型以保持视觉一致性，并利用其 AI 能力生成 NPC 角色，用于你的游戏设计和开发流程。
- [角色精灵图表](https://morphic.com/docs/zh/you-xi-she-ji/character-sprite-sheets.md): 你现在可以在 Morphic 中仅用一张图片生成角色精灵图表。这让你能够创建多个姿势或帧，同时保持角色设计一致。


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://morphic.com/docs/zh/you-xi-she-ji.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
