# Top Down Style

<figure><img src="/files/fqDZXmcjADspWEQxzz7D" alt=""><figcaption><p>Top Down Example</p></figcaption></figure>

## How to create a Top Down Game?

1 - Do Top Down JU Character Setup

<div align="left"><figure><img src="/files/zJMWjuGv4gmnK17JoBbZ" alt=""><figcaption></figcaption></figure></div>

2 - Place the camera prefab "TopDown Camera Controller" in the scene

<div align="left"><figure><img src="/files/F0p7H4GPeDeR1koYKctL" alt=""><figcaption></figcaption></figure></div>

3 - Place the "JUTPS TopDown User Interface" prefab in the scene.

<div align="left"><figure><img src="/files/7tA55vjLylC9PR6QxXuw" alt=""><figcaption></figcaption></figure></div>

Now you have a Top Down base game:

<div align="left"><figure><img src="/files/vsSQ2XckgNP5iQ5RFtm0" alt=""><figcaption></figcaption></figure></div>

## Cross-Plataform Info

{% hint style="warning" %}
This style by default will only work on Desktop, to adapt to Gamepad and/or Mobile go to the page "[Important Info About Cross Plataform](/ju-tps-documentation/game-development/game-styles/important-info-about-cross-plataform.md)"
{% endhint %}


---

# 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://julhiecio.gitbook.io/ju-tps-documentation/game-development/game-styles/top-down-style.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.
