How to implement one way collision for platforms in Godot?
I have a 2d platform game and wanted to make the player be able to jump on top of it from the bottom or diagonally from bottom-left or bottom-right. The problem I’m facing is that sometimes the player gets stopped when hitting the side of the platform.