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

以下は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. 生成を押してスプライトシートを作成する

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

これが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/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.
