How do I manage multiple sprites on a character efficiently?
How do I manage multiple sprites on a character efficiently?
I have a characterbody2d and I want to display the equipment being worn. So this equipment would need to be swapped around during game play.
I currently am using several sprites layered. How is best to handle this situation?