From ab23c9cd2dc43f930886935d4467243b5c330ac1 Mon Sep 17 00:00:00 2001 From: Dimitar Dimitrov <42871796+Whimfoome@users.noreply.github.com> Date: Tue, 30 Jun 2020 12:03:06 +0300 Subject: [PATCH] Add 'FirstPersonStarter' to list of Templates (#128) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c34e8ad..a3c18db 100644 --- a/README.md +++ b/README.md @@ -75,6 +75,7 @@ A curated list of [free/libre](https://www.gnu.org/philosophy/free-sw.html) game *Projects to use as a base for your own games.* +- [First Person Starter](https://github.com/Whimfoome/godot-FirstPersonStarter) - Template with First Person Controller, easily adjustable from the Inspector (Godot 3.2). - [Godot-GameTemplate](https://github.com/nezvers/Godot-GameTemplate) - Template with all necessary stuff taken care of. Designed for pixel art games (Godot 3.1). - [Multiplayer First Person Shooter](https://github.com/blockspacer/Godot-3.2-Multiplayer-FPS) - Multiplayer first person shooter example project (Godot 3.2). - [Multiplayer Third Person Shooter](https://github.com/jasonswearingen/TPS-MP) - Multiplayer third person shooter example project (Godot 3.2).