Tagged Questions
0
votes
1answer
684 views
AABB for a tile based world
I'm on my way with a tiled based game. I have correctly implemented scrolling, position handling etc.
I have (before) had a simple collision system that is a really bad one, and now I'm going to ...