Update Design Doc: `level` tool

master
Ashley N. 2023-09-14 16:42:41 +00:00
parent 7c1e7f1d6a
commit 41ecdcb9fa
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` ## Converting a Tiled Map Editor Module with `level`
To convert a Tiled map and tileset: To convert a Tiled map and tileset:
``` ```
reskit level -i map.tmx -c mapping.toml --console md --tile-size 2x2 reskit level -i map.tmx -c mapping.toml --console md
``` ```
Reskit will compile and output multiple level-related artifacts (depending on `--console` setting) which you can then bundle into your game project. Reskit will compile and output multiple level-related artifacts (depending on `--console` setting) which you can then bundle into your game project.