I have drawn tiles in my XNA game and loaded my character. My character, however, doesn\'t move- the map does, which gives it the illusion of movement. Now I am wondering ho
Rectangles have a intersects method. If your player is centered and you know the coordinates, loop through the other texture2ds and check for an intersection before scrolling the map.