#
MapGenius™
## Map inspector for Tribes 2.

## Usage
👉 **[Open the app!](https://exogen.github.io/t2-mapper/)**
### Camera Controls
Click inside the map preview area to capture the mouse.
| Key | Action |
| ---------------------------------------- | -------------------- |
| W | Forward |
| A | Left |
| S | Backward |
| D | Right |
| Space | Up |
| Shift | Down |
| Esc | Release mouse |
| Left click | Next observer camera |
| â–³ Scroll/mouse wheel up | Increase speed |
| â–½ Scroll/mouse wheel down | Decrease speed |
## Development
Install dependencies:
```console
npm install
```
Run the dev server:
```console
npm start
```
### Running scripts
[tsx](https://tsx.is) is included to run TypeScript files directly.
Example:
```console
tsx scripts/generate-manifest.ts
```