Correcting some typos - Changing infos for Godot 4 alpha2 version

This commit is contained in:
yannk 2022-02-16 13:39:36 +01:00
parent 1b3a87ad15
commit 26640aee3f

View file

@ -3,13 +3,14 @@
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
## Test client easily
1. Download the depot
2. Launch "start-khanat-client.sh" (work on Linux). Don't need to have Godot before !
1. Download the repository
2. Launch "start-khanat-client.sh" (work on Linux). Don't need to have Godot installed before !
3. Enjoy.
## Godot version used
Use only the official Alpha 1 Godot release : https://downloads.tuxfamily.org/godotengine/4.0/alpha1/
Use only the official Alpha 2 Godot release : https://downloads.tuxfamily.org/godotengine/4.0/alpha2/
## Tips & tricks