A character controller for Godot 4 with run, jump, climb, glide, and stamina.
- Clone or download the repo
- put the addons/g4climbnglide folder in your project's addons folder
- make sure your inputmap defines the following actions:
- "move_forward"
- "move_backward"
- "move_left"
- "move_right"
- "jump"
- "dash"