Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 708 Bytes

README.md

File metadata and controls

21 lines (18 loc) · 708 Bytes

Aseprite Tools

Tools for aseprite.

Sheet exporter

Allows to export sprite sheets at the scale we want. It outputs each tagged animation as a .png sheet with its corresponding .json data.

Install

  • copy the _modules folder and sheetExporter.lua into your Aseprite scripts Your folder structure should be like this
  |_ /youAsepritePath/scripts\
      |_ _modules\
      |_ sheetExporter.lua\

How to use it

With your animations tagged, run the script (in Aseprite go to File \ Scripts \ sheetExporter) . Then just input the scale you want.

Capture