Browse Source

Update README for the new 3.2 branch

Aaron Franke 4 years ago
parent
commit
d52fe4bb89
2 changed files with 15 additions and 2 deletions
  1. 1 1
      LICENSE.md
  2. 14 1
      README.md

+ 1 - 1
LICENSE.md

@@ -15,7 +15,7 @@ used to create this scene were kindly provided by GameTextures.com
 
 ************************************************************************
 
-All code Copyright (c) 2018-2020 Juan Linietsky, Godot Engine contributors.
+All code Copyright (c) 2018-2021 Juan Linietsky, Godot Engine contributors.
 
 Permission is hereby granted, free of charge, to any person obtaining
 a copy of this software and associated documentation files (the

+ 14 - 1
README.md

@@ -8,9 +8,11 @@ Check out this demo on the asset library: https://godotengine.org/asset-library/
 
 ## 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`](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
@@ -31,6 +33,17 @@ You need [Godot Engine](https://godotengine.org) to run this demo project.
 Download the latest stable version [from the website](https://godotengine.org/download/),
 or [build it from source](https://github.com/godotengine/godot).
 
+You can either download from the Godot Asset Library, clone this repository, or
+[download a ZIP archive](https://github.com/godotengine/tps-demo/archive/master.zip).
+
+## 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.