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

# 게임 디자인

게임에 바로 쓸 수 있는 에셋을 제작하세요: 스타일 모델, 게임 내 아트, NPC, 스프라이트 시트.

게임을 위한 제작 경로로, 시각적 스타일을 고정하는 것부터 그 스타일에 맞춰야 하는 에셋을 생성하는 것까지 포함합니다.

* [개요](/docs/kr/game-design/overview.md): 게임 디자인 파이프라인이 어떻게 맞물리는지
* [스타일 모델을 학습시키기](/docs/kr/game-design/train-a-style-model.md): 이후의 모든 것이 그에 맞도록 외형을 고정합니다
* [게임 내 에셋 생성](/docs/kr/game-design/generating-in-game-assets.md): 소품, 환경, 아이템
* [NPC 캐릭터 생성](/docs/kr/game-design/generating-npc-characters.md): 샷이 바뀌어도 일관성을 유지하는 캐릭터
* [캐릭터 스프라이트 시트](/docs/kr/game-design/character-sprite-sheets.md): 한 캐릭터의 여러 포즈와 각도

***

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