> 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에서 캐릭터 스프라이트 시트를 만들 수 있습니다. 단일 캐릭터 이미지를 사용해 캐릭터 스프라이트 시트를 빠르게 생성하는 방법입니다.

***

문제가 있거나 궁금한 점이 있으면 언제든지 문의해 주세요. 기꺼이 도와드리겠습니다. 다음 주소로 연락해 주세요: [**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/kr/game-design/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.
