Skip to content

Frank-P-Lu/Aseprite-Isometric-Tile-Extractor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Export Isometric Tiles

A simple script for Aseprite that allows you to extract isometric tiles from a larger sprite sheet and save them into a new sprite, arranged in a row.

From this:

image

To this!:

image

The output will be loaded in this order:

image

Usage

Set your canvas size to that of the tiles before running the script.

Custimisation

You can modify some variables in the script to fit your specific use case:

srcTileWidth: The width of your source isometric tile. srcTileHeight: The height of your source isometric tile. gap: The number of pixels you want to have as a gap between the extracted tiles in the new sprite.

We are using 14 x 8 tiles. The shape of each tile is hard coded.

About

Aseprite Isometric Tile Extractor

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages