# 게임 디자인

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