Hello there,
Currently I’m working on a small RPG game, but in a RPG game you need health. So I started to begin with coding the health system. The only part that´s still missing is the part of rendering them. The part that I already finished is that you have total 12 hp (in half heart so 6 hp total) and the damage system.
Idea
My idea was to make “half” hearts, this aren’t really half hearts but just the same heart image with other color.
If you have as example 7 hp (3,5 hearts total) But how can you code the rendering of this idea?
I don’t want the full code, give me some hints/tips how I can do this. I still need too learn alot.
-RoseSlayer