I made wall jumping in Godot
I’ve implemented a simple wall jumping today.
I hesitated to begin working on it expecting the need to create a bunch of raycasts like I would implement it in Unity. But in reality it was surprisingly easy to do in Godot using CharacterBody’s is_on_wall() function.
Didn’t expect that. And I’m pleased