Hello everyone.
I have a player object that is a square.
It can move left and right, collide with walls, and jump. However, I want to add slopes. Currently, my Slope Object's parent is obj_solid. I want to figure out how to make the following code make the player look for a slope that is no...