Tagged Questions
5
votes
4answers
4k views
2D AABB collision response
I'm making a simple platformer, and I wanted simple collision handling. So I gave all my objects an AABB hitbox and tried to resolve collisions. However, I can't get it to work.
My main character has ...