# 游戏设计

- [概览](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: 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.
