Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 771 Bytes

README.md

File metadata and controls

15 lines (13 loc) · 771 Bytes

header image

About

This is a Godot 4.1 conversion of Coxcopi's rigid-body character controller that features walking, jumping, sprinting, sliding and crouching.

Controls
  • WASD - move
  • Mouse - look around
  • Ctrl - slide / crouch
  • Shift - sprint

Project Structure

The character scene and scripts are found in /Character/. The testing scene (Main.tscn) was just randomly thrown together and is most likely no longer under development.