Hi guys!
Another question regarding collisions. In games when the player collide with an enemy, player dies. When the player jump onto the enemy, in this case enemy dies.
How can I verify that the player jumped onto the enemy? How can I make difference between these two events? What would be the code itself?
Thank you in advance!