Hi, I have an idea of a game in which there would be a player who could collect different items(boots, helmet, pants, etc)
It would really be a pain if I had to draw:
10 animation frames for normal character,
10 animation frames for character in boots,
10 animation frames for character in pants,
10 animation frames for character in pants,in boots,
And so on.....
You got me..(Of no, think of Minecraft or Terraria or Starbound where you can wear armor and stuff)
So, my question is - Is it possible(in Phaser) to take different images(One for body, one for head, one for legs) and put them together and move,animate as if it was one image...
Or maybe you have other suggestions?