Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MenacingMecha authored May 31, 2022
1 parent 5608cfa commit be3800e
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
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).

0 comments on commit be3800e

Please sign in to comment.