Gravity code isnt working

This is why I don’t like having a seperate get_input function. _physics_process has delta, but you’ve made another function that doesn’t take any parameters such as delta. You will have to either add it as a parameter or move your code to it’s place in _physics_process.


Make sure to paste scripts instead of screen shots