> 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 auf Morphic Charakter-Sprite-Sheets 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 eine Aufforderung, die das benötigte Sprite-Sheet beschreibt (z. B. „Erstelle ein Sprite-Sheet des Charakters mit weißem Hintergrund“, „Erstelle ein Sprite-Sheet mit 8 Richtungen“).

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

4. Klicke in der Prompt-Leiste auf die blaue Schaltfläche, um dein Sprite-Sheet zu erstellen

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

So erstellst du auf Morphic Charakter-Sprite-Sheets. Es ist eine schnelle Möglichkeit, Charakter-Sprite-Sheets mit einem einzelnen Charakterbild zu erstellen.

***

Wenn Sie Probleme haben oder Fragen haben, können Sie sich gerne an uns wenden. Wir helfen Ihnen gerne weiter. Schreiben Sie 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.
