Update Design Doc: `level` tool

master
Ashley N. 2023-09-04 22:04:54 +00:00
parent 3b541cdc01
commit d7a56abd79
1 changed files with 1 additions and 1 deletions

@ -11,7 +11,7 @@ This document details some approaches for implementing the `level` tool.
## Converting a Tiled Map Editor Module with `level`
To convert a Tiled map and tileset:
```
reskit level -i map.tmx -c mapping.toml --map-tile-size 16x16
reskit level -i map.tmx -c mapping.toml --tile-size 8x8 --map-entry-size 2x2
```
Reskit will compile and output a .lvl file which you can then bundle into your game project. (More information on .lvl format TBD)