kadsendino / spacerex

A simple game which uses the concept of regular expressions to level up your character
3 stars 0 forks source link

New Collision Detection #48

Closed kadsendino closed 1 year ago

kadsendino commented 1 year ago

For now, the collision detection is using reference points to see if something hits the rock, but this causes that sometime the player is not hit by a rock when a spike is touching it. The new collision detection should use reference lines.