A square tile collides with another square tile. The bartender says...
I have:
- The height, width, x, and y of both tiles.
- The 2D vector of the movement which caused the collision.
I need to know from what SIDE the collision occurred (e.g. top, bottom, left, right) in order to reset the location appropriately.
I will give a mental cookie to whoever can answer this question, because I've been trying for too many hours and this seems fundamental.