Godot Version
Godot 4
Question
In my scenes, I have a circle collision on a CharacterBody2D and a sloped ground (top left and top right). When you move towards the slope, the character stops and doesn’t climb up the slope (middle right). I tested it when the angle is 45, and it works (bottom right), but I want the angle to be larger. Is there a way to do this, preferably not in gdscript?