Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Any Chance for export by animation, or something to be able to tell easily which animation is which when exported.  I would love to write something to make this be easily imported into godot to setup sprite animations and the like.

In the ini file you can set  "export_individual_sheets"   to   "always".

This way you will get one image file for each animation.

Hope that's what you need.