I've recently started programmng my very first game, I got my player jumping and walking, ... But when the player jumps, he jumps upwards and he falls straight through the ground. I'm using a rectangle I drew using love.graphics for the ground. I want the player to stop at Y = 276. Code: function lo...