I have implemented the Farseer engine into my 2D XNA platformer project.
I created a Body using an image of piece of terrain which loads and draws nicely, I created a second body which is the player and it draws but doesn't do anything.
How do I make the Player body object actually work and apply gravity and collide with the terrain object?
I have searched high and low and can't seem to find many tutorials/guides on how to do the basic stuff with farseer.