/aseprite-iso-scripts

Aseprite scripts for creating isometric tiles

Primary LanguageLuaMIT LicenseMIT

Aseprite scripts for creating isometric tiles

These scripts are intended for 32x31 isometric pixelart cubes, they aid in the creation of tiled textures, by repeating the texture on a chosen plane.

Limitations

  • The script is hardcoded for 32x31 cube textures.
  • The script currently only works for the indexed color mode.

Installation

Put these .lua files in your scripts folder accessible via File > Scripts > Open Scripts Folder. It is recommended to create keyboard shortcuts to the scripts.

Usage

  • Create a layer with the name ISO Above above the layer with the texture you would like to tile.
  • Create a layer with the name ISO Below below the layer with the texture you would like to tile.
  • Select the layer you would like to tile and execute the script corresponding to the face to tile.

Preview

Original image:

Original image

After executing iso_left.lua:

Original image

After executing iso_top.lua:

Original image

After executing iso_right.lua:

Original image

After executing iso_clear.lua:

Original image