Skip to content

Commit 4515405

Browse files
authored
Merge pull request #98 from aaronfranke/3.2-readme
Update README for the new 3.2 branch
2 parents dce79b7 + d52fe4b commit 4515405

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

LICENSE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ used to create this scene were kindly provided by GameTextures.com
1515

1616
************************************************************************
1717

18-
All code Copyright (c) 2018-2020 Juan Linietsky, Godot Engine contributors.
18+
All code Copyright (c) 2018-2021 Juan Linietsky, Godot Engine contributors.
1919

2020
Permission is hereby granted, free of charge, to any person obtaining
2121
a copy of this software and associated documentation files (the

README.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,11 @@ Check out this demo on the asset library: https://godotengine.org/asset-library/
88

99
## Godot versions
1010

11-
- 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).
11+
- The [`master`](https://github.com/godotengine/tps-demo) branch is compatible with the latest stable Godot version (currently 3.3.x).
1212
- If you are using an older version of Godot, use the appropriate branch for your Godot version:
1313

14+
- [`3.2`](https://github.com/godotengine/tps-demo/tree/3.2) branch
15+
for Godot 3.2.2 or 3.2.3.
1416
- [`3.2.1`](https://github.com/godotengine/tps-demo/tree/3.2.1) branch
1517
for Godot 3.2.0 or 3.2.1.
1618
- [`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.
3133
Download the latest stable version [from the website](https://godotengine.org/download/),
3234
or [build it from source](https://github.com/godotengine/godot).
3335

36+
You can either download from the Godot Asset Library, clone this repository, or
37+
[download a ZIP archive](https://github.com/godotengine/tps-demo/archive/master.zip).
38+
39+
## Useful links
40+
41+
- [Main website](https://godotengine.org)
42+
- [Source code](https://github.com/godotengine/godot)
43+
- [Documentation](http://docs.godotengine.org)
44+
- [Community hub](https://godotengine.org/community)
45+
- [Other demos](https://github.com/godotengine/godot-demo-projects)
46+
3447
## License
3548

3649
See [LICENSE.md](LICENSE.md) for details.

0 commit comments

Comments
 (0)