0.1.5 • Published 4 years ago

pyxel2tmx v0.1.5

Weekly downloads
2
License
ISC
Repository
github
Last release
4 years ago

pyxel2tmx NPM Version

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

License

MIT licensed.

0.1.4

4 years ago

0.1.3

4 years ago

0.1.5

4 years ago

0.1.2

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago