From d264aa459a036b6abacff6167848e0bd4667c20f Mon Sep 17 00:00:00 2001 From: yannk Date: Wed, 2 Feb 2022 14:56:54 +0100 Subject: [PATCH] Adding basic informations in README --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..3167b29 --- /dev/null +++ b/README.md @@ -0,0 +1,11 @@ +# Godot Third Person basic scene + +Project to have a basic third person scene for Godot 4 where to move a character on a simple plane. Aim to be used as a test scene to add 3D content. If added in a project, it should be able to be launched without any dependencies with F6 + +## Godot version used + +Use only the official Alpha 1 Godot release : https://downloads.tuxfamily.org/godotengine/4.0/alpha1/ + +## Best practices + +- use only snake case for names