> 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/character-sprite-sheets.md).

# 角色精灵表

以下是在 Morphic 上创建角色精灵表的分步指南：

1. 在画布上上传或生成你的角色图像

<figure><img src="/files/4c0c5c17bf3bd62040f9073a10c5455a0a41ae51" alt=""><figcaption></figcaption></figure>

2. 选择角色图像
3. 在提示栏中，写下描述你所需精灵表的提示词（例如：“生成一个带白色背景的角色精灵表”，“生成一个八方向精灵表”）

<figure><img src="/files/a47012bacacc92635f26ce6bb143a830c8695477" alt=""><figcaption></figcaption></figure>

4. 点击“生成”以创建你的精灵表

<figure><img src="/files/3459d849c4c3560dc24b3186aaf4ba42503506d3" alt=""><figcaption></figcaption></figure>

以上就是在 Morphic 上创建角色精灵表的方法。它是一种使用单张角色图像快速生成角色精灵表的方式。

***

如果你有任何问题或疑问，请随时联系我们。我们很乐意提供帮助，请写信至 [**support@morphic.com**](mailto:support@morphic.com)**.**


---

# 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, and the optional `goal` query parameter:

```
GET https://morphic.com/docs/zh/you-xi-she-ji/character-sprite-sheets.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
