Relative Content

Tag Archive for c++sdlcollision-detectiontiles

How can I get collision working with tiles

I have two tiles FRects that I need collision to be checked but because both are from different map vectors. I can’t check them inside a for loop together, as this will not work and will slow down my game