# ゲームデザイン

- [概要](https://morphic.com/docs/jp/gmudezain/overview.md)
- [スタイルモデルを学習する](https://morphic.com/docs/jp/gmudezain/train-a-style-model.md): スタイルモデルは、Morphic の機能のひとつで、特定のスタイルの画像をアップロードして AI でスタイルモデルを学習させ、プロンプト時に選択するとそのスタイルで出力を生成できます
- [ゲーム内アセットの生成](https://morphic.com/docs/jp/gmudezain/generating-in-game-assets.md): Morphic では、スタイルモデルを学習してビジュアルの一貫性を保ち、AI 機能を使ってゲームデザインおよび開発パイプラインで使用するアセットを生成できます。
- [NPC キャラクターの生成](https://morphic.com/docs/jp/gmudezain/generating-npc-characters.md): Morphic では、スタイルモデルを学習してビジュアルの一貫性を保ち、AI 機能を使って NPC キャラクターを生成し、ゲームデザインおよび開発パイプラインで活用できます。
- [キャラクターのスプライトシート](https://morphic.com/docs/jp/gmudezain/character-sprite-sheets.md): Morphic で1枚の画像からキャラクターのスプライトシートを生成できるようになりました。これにより、キャラクターデザインの一貫性を保ちながら、複数のポーズやフレームを作成できます。


---

# 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/jp/gmudezain.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.
