Help: Using tile graphics to represent health value. How do I make it scalable, as opposed to hardcoding values?

You could use division and modulo to tell you both how many hearts as well as whether or not you need a half.

[Edit] updated link

1 Like