Hello,
I'm trying to make a 'Jump King' like game using godot engine.
I'm looking for a method that can make my player bounce off a wall by jumping on it without using move_and_collide().
My approach is that i need to find the normal vector of the wall (static body ) i bounced off and then use the .bounce() method.
Thank you in advance for your help.