Skip to content

Easy tool for transform the most useds tileset format for the format used in framework for game AndEngine

Notifications You must be signed in to change notification settings

luizcarvalho/EasyTilesetFixer4AndEngine

Repository files navigation

EasyTilesetFixer4AndEngine (ETF4AE) is easy tool for transform the most useds tileset format for the format used in framework for game AndEngine

[EasyTilesetFixer

Download the MegaPack with 50 tilesets fixeds for AndEngine here

Tileset usual format

Tile Size: 32px
spacing:  0px
margin: 0px
no aditional requires

EasyTileSetFixer4AndEngine

Tileset used in AndEngine format

Tile Size: 34px (ETF4AE do not resize tileset) 
Spacing: 2px;
Margin: 3px;
add: 1px space in each corner

EasyTileSetFixer4AndEngine

Usage

download and uncompress the fixer4ae.zip

for quick use copy your tileset image in same folder of the fixer4ae.jar with name input.png and tiles with 32px and run command java -jar fixer4ae.jar

for custom options use -u options and show the usage commands java -jar fixer4ae.jar -u

Optional Build

The EasyFixer resize tiles using simple resize method, for best result you can use other tool, without interpolation method. For purchase tiles with 32px use tools like photoshop,fireworks (using nearest neighbor) or GIMP. Change for percent and insert size informatins 106,25% of Width and 106,25% of Height

Original Source: Nicolas Gramlich

Autor:Luiz Carvalho Blog: RedRails

About

Easy tool for transform the most useds tileset format for the format used in framework for game AndEngine

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages