> 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/de/game-design/character-sprite-sheets.md).

# Charakter-Sprite-Sheets

Hier ist eine Schritt-für-Schritt-Anleitung, wie du Charakter-Sprite-Sheets in Morphic erstellst:

1. Lade dein Charakterbild auf die Leinwand hoch oder generiere es dort

<figure><img src="/files/521649ef15a7b8b6f2340609904c662a6cb6f299" alt=""><figcaption></figcaption></figure>

2. Wähle das Charakterbild aus
3. Schreibe in die Prompt-Leiste einen Prompt, der das Sprite-Sheet beschreibt, das du benötigst (z. B. „Erstelle ein Sprite-Sheet des Charakters mit weißem Hintergrund“, „Erstelle ein 8-Richtungen-Sprite-Sheet“)

<figure><img src="/files/17beccf2b92f1e140a9970a8e3e1bf656be44f37" alt=""><figcaption></figcaption></figure>

4. Klicke auf „Generieren“, um dein Sprite-Sheet zu erstellen

<figure><img src="/files/30fbd479f191fff5fb5a5502aff967a452dabe43" alt=""><figcaption></figcaption></figure>

So erstellst du Charakter-Sprite-Sheets in Morphic. Es ist eine schnelle Möglichkeit, mithilfe eines einzelnen Charakterbildes Charakter-Sprite-Sheets zu erstellen.

***

Wenn du Probleme hast oder Fragen hast, melde dich gerne. Wir helfen dir gerne weiter, schreib uns an [**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/de/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.
