Hello,
I am creating a tile based RPG which has a modular character design. For example there are lots of different clothing, items and accessories the character can wear or hold.
Now my character also has 4 directional movement and 8 other animations such as attacking, blocking and rolling.
Do I need to create a separate sprite for each piece of clothing or items which also includes all the animations of the player?
This appears to be a lot of work.