Last couple days I couldnt get the idea out of my head so I started work on a sprite editing tool -
Current features -
Editing the sprite by layers - (as you can see in the screenshot - the chick is naked - and the sword and armor are separate)
Setting animations and timing -
Merging all layers into a single sprite image.
Exporting all layers into a hardcoded sprite.
Generates all required code ( using a dma structure ) for using said sprite.
Planned features -
- Generating the code for physics and specific behaviours (such as jump heights - weapon reach - shield collisions )
- A sandbox for testing NPC behaviour.
Any comments - suggestions ?