I need help with this or ideas I can implement
I have a character, it is a sprite, it has its animation in 8 directions.
I want to apply armor and have it show on the character that they recommend me to do.
What exactly do you need help with - displaying the armor sprite on top of the character sprite? Or with HP and damage calculations?
Develop games in your browser. Powerful, performant & highly capable.
If it could be that the armor is shown on top of the character, the thing is that I want to do something to put the armor on and add health and I already handle that well
You can simply use different animations in the character sprite - with and without the armor.
Or spawn the armor sprite and attach it to the character with the hierarchy - "Character add child Armor".