Hi all!
I have a problem where if the player collides with an object that has multiples of themselves causes accumulated damage.
the way i have hp and damage dealt is a simple
if A collides with B than subtract the variable of the players hp by 1
somehow it ends up with 5 when 5 of the same monsters are in a layout even though ive only collided with just one of the monsters