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

# キャラクタースプライトシート

Morphicでキャラクタースプライトシートを作成する方法を、手順ごとにご紹介します:

1. Canvasにキャラクター画像をアップロードするか、生成します

<figure><img src="/files/9b780ceb91c70c8be78dc8f0cb6ffb1b92c06f00" alt=""><figcaption></figcaption></figure>

2. キャラクター画像を選択します
3. プロンプトバーに、必要なスプライトシートを説明するプロンプトを入力します（例:「白い背景のキャラクターのスプライトシートを生成」、「8方向のスプライトシートを生成」）

<figure><img src="/files/078b569c54a01a094143801b0dda9e15bb4ddf2f" alt=""><figcaption></figcaption></figure>

4. ［Generate］を押してスプライトシートを作成します

<figure><img src="/files/099f0adb9e6ac9958b211e7ae37fe3ffbf0fa003" alt=""><figcaption></figcaption></figure>

以上がMorphicでキャラクタースプライトシートを作成する方法です。1枚のキャラクター画像から、素早くキャラクタースプライトシートを作成できます。

***


---

# 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/jp/gmudezain/character-sprite-sheets.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.
