# 캐릭터 스프라이트 시트

다음은 Morphic에서 캐릭터 스프라이트 시트를 만드는 단계별 안내입니다:

1. 캔버스에 캐릭터 이미지를 업로드하거나 생성하세요

<figure><img src="/files/6694ccd47cda22c21090891d068564164ccac346" alt=""><figcaption></figcaption></figure>

2. 캐릭터 이미지를 선택하세요
3. 프롬프트 바에 필요한 스프라이트 시트를 설명하는 프롬프트를 작성하세요(예: "배경이 흰색인 캐릭터의 스프라이트 시트 생성", "8방향 스프라이트 시트 생성")

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

4. 생성 버튼을 눌러 스프라이트 시트를 만드세요

<figure><img src="/files/08a947dba4b705c818cfee1623c8092e63186cec" 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/kr/game-design/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.
