> 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.md).

# 게임 디자인

- [개요](https://morphic.com/docs/kr/game-design/overview.md)
- [스타일 모델 학습](https://morphic.com/docs/kr/game-design/train-a-style-model.md): Morphic의 스타일 모델은 특정 스타일의 이미지를 업로드해 AI로 스타일 모델을 학습할 수 있게 해주는 기능으로, 프롬프트 작성 중 선택하면 해당 스타일의 결과물을 생성합니다.
- [게임 내 자산 생성](https://morphic.com/docs/kr/game-design/generating-in-game-assets.md): Morphic에서는 스타일 모델을 학습시켜 시각적 일관성을 유지하고, 게임 디자인 및 개발 파이프라인에서 사용할 자산을 AI 기능으로 생성할 수 있습니다.
- [NPC 캐릭터 생성](https://morphic.com/docs/kr/game-design/generating-npc-characters.md): Morphic에서는 스타일 모델을 학습시켜 시각적 일관성을 유지하고, 게임 디자인 및 개발 파이프라인에서 사용할 NPC 캐릭터를 AI 기능으로 생성할 수 있습니다.
- [캐릭터 스프라이트 시트](https://morphic.com/docs/kr/game-design/character-sprite-sheets.md): 이제 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, and the optional `goal` query parameter:

```
GET https://morphic.com/docs/kr/game-design.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.
