Hello, I have a question about a library.
So there you go, I'm using the runtime for monogame C #. I already use the skins to have different characters and in my game to be able to give the choice between the male and female character.
(Like image)
Everything works fine with the skins.
Now I would like to put an item in the character's hands (Here in the picture a shovel), regardless of the female or male skin. I have a lot of things to put on, about thirty. How can I change the texture (for exmple, an ax or any other object) of the object in the character's hands with my two skins? I would love to do this directly in C # code too.
Hope you understood me.
Steph. Thank you