Hey guys,
Actually, I know how to make one, but I need some advice.
I have characters made from pieces.
The player can change the color of the pieces.
Would you advise:
A. Have all body types and colors in one animation
Pro: requires one variable to set type and color
Con: It makes the database messy (no clear organization)
or
B. Have body types separated by animations, and colors set to frames.
Pro: better organized
Con: requires two variables to track body type (animation) and color (frame)
Your advise is appreciated!