Newbie question: I wonder if it is possible in terms of performance to generate characters in several layers in phaser (and in general). And overall if it is a good idea/practice in terms of pro/cons.
For instance, one character would be the sum of the following layers (from top to bottom)
- Hairs
- Face
- Head
- hands and forearms
- clothes and shoes
- arms, legs, neck and feet
I suppose that I will have to realize most of the animations for every layers and it will not be possible to change the layer orders during an animation, but by combining all these layers, I could generate more combinations, hence more characters.