BenCreating / LPC-Spritesheet-Generator

A spritesheet generator for Liberated Pixel Cup characters
https://bencreating.github.io/LPC-Spritesheet-Generator/
MIT License
6 stars 1 forks source link

Export Spritesheet information as JSON #14

Open andreas-volz opened 1 year ago

andreas-volz commented 1 year ago

Hi,

I started to use https://github.com/DrJamgo/Godot_LPC_Spritesheet_Gen/tree/main/addons/lpc_spritesheet_gen for Godot integration. This uses the JSON input from https://sanderfrenken.github.io/Universal-LPC-Spritesheet-Character-Generator/.

If your tool would export something similar the Godot addon could be changed to support both asset sources.

regards Andreas

BenCreating commented 1 year ago

Thanks for the suggestion. My tool is still in an experimental stage, there's still one or two key features that need to be completed, and until those are finished the underlying data structure of this generator may change significantly.

I can certainly see the benefit of the feature though, and I'll definitely keep it in mind for when things are more stable.