# Movement & Camera

{% hint style="warning" %}
**This whitepaper is outdated:**

We are currently in the process of updating the whitepaper to reflect our most ambitious development phase yet. Stay informed by [signing up](https://gmr.center/sign-up) or joining our [Telegram channel](https://t.me/gmrcenter).

We have kept this version online for informational purposes only.
{% endhint %}

![](/files/wg61agX6rjyUMluQxBpn)

The player moves with a simple control scheme of **WASD,** alongside the mouse to control the direction of their actions.

### Movement <a href="#movement" id="movement"></a>

Movement towards any direction is controlled by a combination of **W,A,S,D.** Movement is absolute; meaning that, no matter the direction the player is facing, they will always move towards the specific direction. **W** moves the player up, **S** down, **A** left, **D** right. Having more than one input at the same time will move the player towards a diagonal. Contradicting inputs stop the player.

The player will always face towards the position of their cursor. The direction they are facing indicates their target for many actions and skills.

\-- **gif here**

### Camera <a href="#camera" id="camera"></a>

The camera is in a fixed position looking towards the player, from a *high view angle*. The camera cannot be rotated, but it will follow the player as it moves. It cannot be zoomed in or out, nor panned.

The camera will always follow the player with a small delay. The movement towards the player is not lineal; instead, it has a small amount of smooth towards the target position.

\-- **gif here**


---

# 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://whitepaper.gmr.center/battle-leets/gameplay/mechanics/movement-and-camera.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.
