-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5608cfa
commit be3800e
Showing
1 changed file
with
16 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# gd_fpcc | ||
[![CI](https://github.com/MenacingMecha/gd_fpcc/actions/workflows/main.yml/badge.svg)](https://github.com/MenacingMecha/gd_fpcc/actions/workflows/main.yml) | ||
|
||
First person character controller for Godot Engine 3.x | ||
|
||
## Features | ||
|
||
- Supports simultainous KB+M & gamepad | ||
- Interacting with objects in the environment (all you need for a walking sim right out of the box!) | ||
- Supports smoothly walking up and down ramps, with no sliding down | ||
- Easily extendible | ||
- [All functionality fully tested](test/) | ||
|
||
## Credits | ||
|
||
Originally based on code written by [MenacingMecha](https://menacingmecha.github.io/) and [HexagonalJones](https://github.com/HexagonalJones). |