|
@@ -2,14 +2,18 @@
|
|
|
|
|
|
Third person shooter demo made using [Godot Engine](https://godotengine.org).
|
|
|
|
|
|
-
|
|
|
+Check out this demo on the asset library: https://godotengine.org/asset-library/asset/678
|
|
|
+
|
|
|
+
|
|
|
|
|
|
## Godot versions
|
|
|
|
|
|
-- The [`master`](https://github.com/godotengine/tps-demo) branch is compatible with the latest stable Godot version (currently 3.2.x that is at least 3.2.2).
|
|
|
+- The [`master`](https://github.com/godotengine/tps-demo) branch is compatible with the latest stable Godot version (currently 3.3.x).
|
|
|
- If you are using an older version of Godot, use the appropriate branch for your Godot version:
|
|
|
|
|
|
- - [`3.2.1`](https://github.com/godotengine/tps-demo/tree/3.2.1) branch
|
|
|
+ - [`3.2`](https://github.com/godotengine/tps-demo/tree/3.2) branch
|
|
|
+ for Godot 3.2.2 or 3.2.3.
|
|
|
+ - [***`3.2.1`***](https://github.com/godotengine/tps-demo/tree/3.2.1) branch
|
|
|
for Godot 3.2.0 or 3.2.1.
|
|
|
- [`3.1`](https://github.com/godotengine/tps-demo/tree/3.1) branch
|
|
|
for Godot 3.1.x.
|
|
@@ -51,6 +55,14 @@ Once you have cloned this repository and made sure that all LFS assets were
|
|
|
checked out, you should open the project in the Godot editor to trigger the
|
|
|
import of all assets.
|
|
|
|
|
|
+## Useful links
|
|
|
+
|
|
|
+- [Main website](https://godotengine.org)
|
|
|
+- [Source code](https://github.com/godotengine/godot)
|
|
|
+- [Documentation](http://docs.godotengine.org)
|
|
|
+- [Community hub](https://godotengine.org/community)
|
|
|
+- [Other demos](https://github.com/godotengine/godot-demo-projects)
|
|
|
+
|
|
|
## License
|
|
|
|
|
|
See [LICENSE.md](LICENSE.md) for details.
|