Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 542 Bytes

File metadata and controls

16 lines (13 loc) · 542 Bytes

g4 climb'n'glide character controller

A character controller for Godot 4 with run, jump, climb, glide, and stamina.

image

Installation

  • 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"