Metadata-Version: 2.4
Name: tiled2zx0
Version: 0.3
Summary: Convert tmx Tiled map to ZX0 compressed file
Home-page: https://github.com/rtorralba/tiled2zx0
Author: Raül Torralba
Description-Content-Type: text/markdown
Dynamic: author
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: summary

# tiled2zx0
Simple command to convert Tiled map (.tmx) into compressed (with Einar Saukas ZX0) bin file.

## Install
pip install tiled2zx0

## Run
```bash
usage: tiled2zx0 [-h] [-m OUTPUT_MAP_FILE] [-o OUTPUT_MAP_OFFSETS_FILE] [-b OUTPUT_BORIEL_FILE] /path/map.tmx
```

## Attribution
This project use [ZX0 compressor by Einar Saukas](https://github.com/einar-saukas/ZX0) binaries.
