Posted June 12, 2023 by pflat
This update brings some essential features:
(Seriously, I don't know how characters could be made before this update.)
Less important, the following was also added/changed:
(*) I opted for this because now there's weapons with several large animations (sword and halberd),
and building a single spritesheet with all the sprites would result in a very large file, with to much wasted space.
In regard to the exported spritesheets, there's a new parameter in the ini file, called "export_optimized_sheets".
If you activate this parameter, the individual sprites will be rearranged in the spritesheet, in order to obtain smaller sheets with
less wasted space (in fact, these are the sheets internally used by the app).
The relation between the default LPC spritesheet and this one can be seen in the following image:
The size of the original LPC spritesheet is 832x1344, versus 768x1024 on the compact one.
Granted, the original one has space for extra animations, like run, jump and sit, but since there's so few clothing for these animations,
I'm trying to use some less resources.
Anyway, it's only a choice. You can control this with the ini parameter.
That's it for this update. Have fun.