pyxel2tmx
v0.1.5
Published
Tool for converting tiled maps from *.pyxel to *.tmx format.
Downloads
19
Readme
pyxel2tmx
Tool for converting tiled maps from PyxelEdit to Tiled Map Editor format.
Getting started
First download and install ImageMagick. In Mac OS X, you can simply use Homebrew and do:
brew install imagemagick
For windows you can download ImageMagick from here
Installation
npm i -g pyxel2tmx
OR
If you are running npm 5.2.0 or higher, you can use pyxel2tmx
with npx
without installation:
npx pyxel2tmx -f filename.pyxel
Basic Usage
# default
pyxel2tmx -f filename.pyxel
# or with custom output filename
pyxel2tmx -f filename.pyxel -o tiledmap.tmx
Options
pyxel2tmx
accepts the following options:
-f
,--filename
- Input PyxelEdit project file in*.pyxel
format-o
,--output
- Custom filename for output*.tmx
file