Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 853 Bytes

README.md

File metadata and controls

16 lines (14 loc) · 853 Bytes

header image

About

This is a relatively simple first-person Character controller for the Godot game engine 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) is just randomly thrown together and under development.