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

# 캐릭터 스프라이트 시트

다음은 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
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/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.
